diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2007-10-04 06:21:46 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2007-10-04 06:21:46 +0000 |
commit | b448c924112a2914f0569c0bcec9690b9fa159cd (patch) | |
tree | 69d410f5d69f08b523a59ea57e83f8424e28807e /textproc/uim | |
parent | cc82ac7af1a4b4743ab599432b8c7f24a774e0c8 (diff) | |
download | ports-b448c924112a2914f0569c0bcec9690b9fa159cd.tar.gz ports-b448c924112a2914f0569c0bcec9690b9fa159cd.zip |
Remove always-false/true conditions based on OSVERSION 500000
Notes
Notes:
svn path=/head/; revision=200793
Diffstat (limited to 'textproc/uim')
-rw-r--r-- | textproc/uim/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/textproc/uim/Makefile b/textproc/uim/Makefile index 3b2566373776..5aeb268b249b 100644 --- a/textproc/uim/Makefile +++ b/textproc/uim/Makefile @@ -59,10 +59,6 @@ PLIST_SUB+= X11="" .include <bsd.port.pre.mk> -.if ${OSVERSION} < 500000 -EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-uim_editline.c -.endif - .for _x in x xft gtk2 qt gnome2 anthy canna m17nlib prime scim dict .if ${CONFIGURE_ARGS:M--with-${_x}} == "" CONFIGURE_ARGS+=--without-${_x} |