diff options
author | Dmitry Sivachenko <demon@FreeBSD.org> | 2002-08-17 11:41:43 +0000 |
---|---|---|
committer | Dmitry Sivachenko <demon@FreeBSD.org> | 2002-08-17 11:41:43 +0000 |
commit | edcde514a44a38cfb9cbfecefffa8020e4457ce5 (patch) | |
tree | 7261f698c6193b7f2078577cea2c2342dabd42b3 /net/zebra-server/Makefile | |
parent | Use time_t. (diff) |
Upgrade to version 1.3.0
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: |