diff options
author | vs <vs@FreeBSD.org> | 2005-12-01 16:34:57 +0800 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2005-12-01 16:34:57 +0800 |
commit | 9984f78da3dabdb0ec33b11778f4a92a8c388633 (patch) | |
tree | bd56021effa3e129386d236b20770e1ef36ade34 /chinese | |
parent | da9154527c38e692fa6ed640c52cbe6e72298f4c (diff) | |
download | freebsd-ports-gnome-9984f78da3dabdb0ec33b11778f4a92a8c388633.tar.gz freebsd-ports-gnome-9984f78da3dabdb0ec33b11778f4a92a8c388633.tar.zst freebsd-ports-gnome-9984f78da3dabdb0ec33b11778f4a92a8c388633.zip |
- Unbreak on 4.x: Don't use different C++-compiler from wxgtk!
- Prune redundant EXTRACT_SUFX
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/BBMan/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/chinese/BBMan/Makefile b/chinese/BBMan/Makefile index 4317ca993358..80f53ac8df0f 100644 --- a/chinese/BBMan/Makefile +++ b/chinese/BBMan/Makefile @@ -12,7 +12,6 @@ CATEGORIES= chinese net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME:L} DISTNAME= ${PORTNAME}-src-v${PORTVERSION:S,.,-,g} -EXTRACT_SUFX= .zip MAINTAINER= ports@FreeBSD.org COMMENT= BBMan is a BBS client for X Window System @@ -22,14 +21,13 @@ LIB_DEPENDS= wx_gtk2-2.4.0:${PORTSDIR}/x11-toolkits/wxgtk24 USE_ZIP= yes WRKSRC= ${WRKDIR}/${PORTNAME} USE_X_PREFIX= yes -USE_GCC= 3.3 PLIST_FILES= bin/BBMan .include <bsd.port.pre.mk> -.if ${OSVERSION} < 500000 -BROKEN= "Does not link on FreeBSD 4.x" +.if ${OSVERSION} >= 500000 +USE_GCC= 3.3 .endif .if ${ARCH} == ia64 |