aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2003-08-17 09:45:25 +0800
committerkris <kris@FreeBSD.org>2003-08-17 09:45:25 +0800
commitca2ab08a28737e71fa1b800aee897cdbf860a262 (patch)
tree6c7ddc632e5f5c382af4cd371b26914ccad8315f /devel
parent55f8393fd20b2ddb0894c36e8ddb4650db54edad (diff)
downloadfreebsd-ports-gnome-ca2ab08a28737e71fa1b800aee897cdbf860a262.tar.gz
freebsd-ports-gnome-ca2ab08a28737e71fa1b800aee897cdbf860a262.tar.zst
freebsd-ports-gnome-ca2ab08a28737e71fa1b800aee897cdbf860a262.zip
Switch to tcl 8.4, add tcl84 virtual category and bump PORTREVISION.
Diffstat (limited to 'devel')
-rw-r--r--devel/e4graph/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/devel/e4graph/Makefile b/devel/e4graph/Makefile
index eb59fa7f9522..b249c8ee9f35 100644
--- a/devel/e4graph/Makefile
+++ b/devel/e4graph/Makefile
@@ -8,7 +8,8 @@
PORTNAME= e4graph
PORTVERSION= 1.0a8
-CATEGORIES= devel
+PORTREVISION= 1
+CATEGORIES= devel tcl84
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
EXTRACT_SUFX= .src.tar.gz
@@ -17,7 +18,7 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= A C++ library that persistently stores graph like data
BUILD_DEPENDS= ${LOCALBASE}/lib/libmk4.so:${PORTSDIR}/databases/metakit
-LIB_DEPENDS= tcl83.1:${PORTSDIR}/lang/tcl83 \
+LIB_DEPENDS= tcl84.1:${PORTSDIR}/lang/tcl84 \
expat.4:${PORTSDIR}/textproc/expat2
RUN_DEPENDS= ${BUILD_DEPENDS}
@@ -27,9 +28,9 @@ USE_REINPLACE= yes
USE_GMAKE= yes
USE_LIBTOOL= yes
CONFIGURE_ARGS= --with-metakit=${LOCALBASE} \
- --with-tcl=${LOCALBASE}/lib/tcl8.3 --enable-tcl \
+ --with-tcl=${LOCALBASE}/lib/tcl8.4 --enable-tcl \
--with-expat=${LOCALBASE} --enable-xml
-CFLAGS+= -fpermissive -I${LOCALBASE}/include/tcl8.3
+CFLAGS+= -fpermissive -I${LOCALBASE}/include/tcl8.4
MAKEFILE= makefile
INSTALLS_SHLIB= yes