diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2007-10-04 08:15:01 +0800 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2007-10-04 08:15:01 +0800 |
commit | 13fcaf3ba222367de80b232776c39f054ea88a90 (patch) | |
tree | c719ad9d3a8f9286945416f801a9686d8c7e826b /chinese | |
parent | 4d5623ea35be1700ed738b3434c31b6e40943604 (diff) | |
download | freebsd-ports-gnome-13fcaf3ba222367de80b232776c39f054ea88a90.tar.gz freebsd-ports-gnome-13fcaf3ba222367de80b232776c39f054ea88a90.tar.zst freebsd-ports-gnome-13fcaf3ba222367de80b232776c39f054ea88a90.zip |
Remove always-false/true conditions based on OSVERSION 500000
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/BBMan/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/chinese/BBMan/Makefile b/chinese/BBMan/Makefile index e57e6389f409..8abfdc76b5ab 100644 --- a/chinese/BBMan/Makefile +++ b/chinese/BBMan/Makefile @@ -20,15 +20,12 @@ WRKSRC= ${WRKDIR}/${PORTNAME} USE_X_PREFIX= yes USE_ZIP= yes USE_WX= 2.4 +USE_GCC= 3.3 PLIST_FILES= bin/BBMan .include <bsd.port.pre.mk> -.if ${OSVERSION} >= 500000 -USE_GCC= 3.3 -.endif - .if ${ARCH} == ia64 BROKEN= Hard-codes reference to libc_r .endif |