diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2003-08-17 01:45:25 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2003-08-17 01:45:25 +0000 |
commit | 423ffe941b9c41463980b842e918a7f6ef1a55fc (patch) | |
tree | 5f65e5af4b9e027a97b5a42f0a88e28fc64c306f /devel | |
parent | 51c79b617c9f4c3e95d0ad0b14fe1409a0fca87d (diff) | |
download | ports-423ffe941b9c41463980b842e918a7f6ef1a55fc.tar.gz ports-423ffe941b9c41463980b842e918a7f6ef1a55fc.zip |
Notes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/e4graph/Makefile | 9 |
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 |