diff options
author | Ade Lovett <ade@FreeBSD.org> | 2004-06-04 17:29:38 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2004-06-04 17:29:38 +0000 |
commit | 1a628ded35ecbbc5eeb75598dd844d830aca8cb2 (patch) | |
tree | 128ce8505dc266bea10a8cf389f38de197424aed /mbone/rtpmon/Makefile | |
parent | 639a61155c89af6b9b01d796a82cbd2ad643a299 (diff) | |
download | ports-1a628ded35ecbbc5eeb75598dd844d830aca8cb2.tar.gz ports-1a628ded35ecbbc5eeb75598dd844d830aca8cb2.zip |
Notes
Diffstat (limited to 'mbone/rtpmon/Makefile')
-rw-r--r-- | mbone/rtpmon/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mbone/rtpmon/Makefile b/mbone/rtpmon/Makefile index 66809181d80d..279f43f848cf 100644 --- a/mbone/rtpmon/Makefile +++ b/mbone/rtpmon/Makefile @@ -15,8 +15,8 @@ MAINTAINER= fenner@FreeBSD.org COMMENT= A program to montior loss in multicast sessions LIB_DEPENDS= tk83.1:${PORTSDIR}/x11-toolkits/tk83 -BUILD_DEPENDS= autoconf:${PORTSDIR}/devel/autoconf +WANT_AUTOCONF_VER=253 GNU_CONFIGURE= yes USE_X_PREFIX= yes MAN1= rtpmon.1 @@ -29,7 +29,7 @@ BROKEN= "Does not compile on FreeBSD ${OSVERSION}" .endif pre-configure: - @cd ${WRKSRC}; ${CHMOD} +w configure; autoconf + @cd ${WRKSRC}; ${CHMOD} +w configure; ${AUTOCONF} post-install: ${STRIP_CMD} ${PREFIX}/bin/rtpmon |