summaryrefslogtreecommitdiff
path: root/chinese/BBMan
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2007-10-04 00:15:01 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2007-10-04 00:15:01 +0000
commit13fcaf3ba222367de80b232776c39f054ea88a90 (patch)
treec719ad9d3a8f9286945416f801a9686d8c7e826b /chinese/BBMan
parentRemove support for OSVERSION < 5 (diff)
Remove always-false/true conditions based on OSVERSION 500000
Notes
Notes: svn path=/head/; revision=200767
Diffstat (limited to 'chinese/BBMan')
-rw-r--r--chinese/BBMan/Makefile5
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