diff options
Diffstat (limited to 'net/zebra-server/Makefile')
-rw-r--r-- | net/zebra-server/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/net/zebra-server/Makefile b/net/zebra-server/Makefile index 76b623b3bfc3..f4a3dae3562b 100644 --- a/net/zebra-server/Makefile +++ b/net/zebra-server/Makefile @@ -6,17 +6,20 @@ # PORTNAME= zebra-server -PORTVERSION= 1.1 +PORTVERSION= 1.3.0 CATEGORIES= net MASTER_SITES= http://ftp.indexdata.dk/pub/zebra/ -DISTNAME= zebra-${PORTVERSION:S/0./0pl/} +DISTNAME= zebra-${PORTVERSION} MAINTAINER= demon@FreeBSD.org +BUILD_DEPENDS= ${LOCALBASE}/bin/tclsh8.3:${PORTSDIR}/lang/tcl83 LIB_DEPENDS= yaz.1:${PORTSDIR}/net/yaz +RUN_DEPENDS= ${LOCALBASE}/bin/tclsh8.3:${PORTSDIR}/lang/tcl83 GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-yazconfig=${LOCALBASE}/bin +CONFIGURE_ARGS= --with-yazconfig=${LOCALBASE}/bin \ + --with-tclconfig=${LOCALBASE}/lib/tcl8.3 CONFIGURE_ENV+= PTHREAD_LIBS=${PTHREAD_LIBS} post-install: |