diff options
author | sumikawa <sumikawa@FreeBSD.org> | 2003-07-23 00:41:59 +0800 |
---|---|---|
committer | sumikawa <sumikawa@FreeBSD.org> | 2003-07-23 00:41:59 +0800 |
commit | 4c957bfee2d0b7b45a4dec0c4ce1b3d472386a42 (patch) | |
tree | f2aefaa1e9f185dc3facc84523bea8b86fb9731b | |
parent | 57dd8d9234864a4e2478db663beb9e0bfa6c7c13 (diff) | |
download | freebsd-ports-gnome-4c957bfee2d0b7b45a4dec0c4ce1b3d472386a42.tar.gz freebsd-ports-gnome-4c957bfee2d0b7b45a4dec0c4ce1b3d472386a42.tar.zst freebsd-ports-gnome-4c957bfee2d0b7b45a4dec0c4ce1b3d472386a42.zip |
Upgrade to 20030722.
Missing dependecy on devel/autoconf253
Part of patch by: Andy Gilligan <andy@evo6.org>
-rw-r--r-- | net/zebra-pj/Makefile | 9 | ||||
-rw-r--r-- | net/zebra-pj/distinfo | 2 |
2 files changed, 5 insertions, 6 deletions
diff --git a/net/zebra-pj/Makefile b/net/zebra-pj/Makefile index bd8c077a1523..cee1889ae7c3 100644 --- a/net/zebra-pj/Makefile +++ b/net/zebra-pj/Makefile @@ -6,7 +6,7 @@ # PORTNAME= zebra-pj -PORTVERSION= 20030716 +PORTVERSION= 20030722 CATEGORIES= net ipv6 MASTER_SITES= http://zebra.dishone.st/snapshots/cvs/ DISTNAME= ${PORTNAME}-${ZEBRAVER}-${PORTVERSION} @@ -14,7 +14,8 @@ DISTNAME= ${PORTNAME}-${ZEBRAVER}-${PORTVERSION} MAINTAINER= sumikawa@FreeBSD.org COMMENT= Patched Zebra -BUILD_DEPENDS= ${LOCALBASE}/bin/automake:${PORTSDIR}/devel/automake +BUILD_DEPENDS= automake:${PORTSDIR}/devel/automake \ + autoheader:${PORTSDIR}/devel/autoconf253 USE_SUBMAKE= yes GNU_CONFIGURE= yes @@ -27,11 +28,9 @@ ZEBRAVER= 0.94 MAN1= vtysh.1 MAN8= bgpd.8 ospf6d.8 ospfd.8 ripd.8 ripngd.8 zebra.8 -pre-configure:: +pre-configure: @( cd ${WRKSRC}; ${SH} update-autotools ) - .if !defined(BATCH) -pre-configure:: @${RM} -f ${WRKDIRPREFIX}${.CURDIR}/Makefile.inc post-clean: diff --git a/net/zebra-pj/distinfo b/net/zebra-pj/distinfo index 352aaf009270..cd5af4950a45 100644 --- a/net/zebra-pj/distinfo +++ b/net/zebra-pj/distinfo @@ -1 +1 @@ -MD5 (zebra-pj-0.94-20030716.tar.gz) = af67df68cba30170c100520f8f9b5c56 +MD5 (zebra-pj-0.94-20030722.tar.gz) = fbc63b69421ffaaa3e46768606043e82 |