aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorijliao <ijliao@FreeBSD.org>2003-12-13 22:40:25 +0800
committerijliao <ijliao@FreeBSD.org>2003-12-13 22:40:25 +0800
commitdc377207a771de46c9990e99e116c22c715a7fa6 (patch)
tree8e61b4f4293cb56cfd86dbcb0e34f2a6c027a45b /devel
parentf00dbd1a5baea071f85d2144c2ac8581c44f5994 (diff)
downloadfreebsd-ports-gnome-dc377207a771de46c9990e99e116c22c715a7fa6.tar.gz
freebsd-ports-gnome-dc377207a771de46c9990e99e116c22c715a7fa6.tar.zst
freebsd-ports-gnome-dc377207a771de46c9990e99e116c22c715a7fa6.zip
require gcc > 3.0
Diffstat (limited to 'devel')
-rw-r--r--devel/libcwd/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/libcwd/Makefile b/devel/libcwd/Makefile
index 80444f4a2179..cf78331313a0 100644
--- a/devel/libcwd/Makefile
+++ b/devel/libcwd/Makefile
@@ -8,6 +8,7 @@
PORTNAME= libcwd
PORTVERSION= 0.99.31
+PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -15,6 +16,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
COMMENT= The C++ Debugging Support Library
+USE_GCC= 3.1
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-threading
USE_GMAKE= yes