aboutsummaryrefslogtreecommitdiff
path: root/chinese/BBMan
diff options
context:
space:
mode:
authorVolker Stolz <vs@FreeBSD.org>2005-12-01 08:34:57 +0000
committerVolker Stolz <vs@FreeBSD.org>2005-12-01 08:34:57 +0000
commit86d32c612228d2b3a73a771c9dc54ed9c736015e (patch)
tree5d993c5ab8d8843c7e0849f7a5c4b1a83cfcf918 /chinese/BBMan
parente2f31d33ffe35b65e4e4f181dda70e739a60d924 (diff)
downloadports-86d32c612228d2b3a73a771c9dc54ed9c736015e.tar.gz
ports-86d32c612228d2b3a73a771c9dc54ed9c736015e.zip
- Unbreak on 4.x: Don't use different C++-compiler from wxgtk!
- Prune redundant EXTRACT_SUFX
Notes
Notes: svn path=/head/; revision=150118
Diffstat (limited to 'chinese/BBMan')
-rw-r--r--chinese/BBMan/Makefile6
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