summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2003-12-13 14:40:25 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2003-12-13 14:40:25 +0000
commitb07363c5b199cb1d57bc06e8a7c325915ea1fc3a (patch)
tree2383fdad87b96ed4f366c23b076c4f24f5ba9101 /devel
parent- Use native threading library (diff)
require gcc > 3.0
Notes
Notes: svn path=/head/; revision=95733
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