diff options
author | edwin <edwin@FreeBSD.org> | 2007-10-04 14:21:46 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2007-10-04 14:21:46 +0800 |
commit | a048be6d33b3cc36897a6c1ff56b3123fe4882bb (patch) | |
tree | a1bc95a88408347209af32ce9d270f62a68d31ed /textproc/uim | |
parent | 08fd42a6ba4cfc15ec8814217e373f4372da0992 (diff) | |
download | freebsd-ports-gnome-a048be6d33b3cc36897a6c1ff56b3123fe4882bb.tar.gz freebsd-ports-gnome-a048be6d33b3cc36897a6c1ff56b3123fe4882bb.tar.zst freebsd-ports-gnome-a048be6d33b3cc36897a6c1ff56b3123fe4882bb.zip |
Remove always-false/true conditions based on OSVERSION 500000
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} |