mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-04 11:23:46 +00:00
Switch to tcl 8.4, add tcl84 virtual category and bump PORTREVISION.
This commit is contained in:
parent
51c79b617c
commit
423ffe941b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=87099
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user