From 86d32c612228d2b3a73a771c9dc54ed9c736015e Mon Sep 17 00:00:00 2001 From: Volker Stolz Date: Thu, 1 Dec 2005 08:34:57 +0000 Subject: - Unbreak on 4.x: Don't use different C++-compiler from wxgtk! - Prune redundant EXTRACT_SUFX --- chinese/BBMan/Makefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'chinese/BBMan') 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 -.if ${OSVERSION} < 500000 -BROKEN= "Does not link on FreeBSD 4.x" +.if ${OSVERSION} >= 500000 +USE_GCC= 3.3 .endif .if ${ARCH} == ia64 -- cgit v1.2.3