From 1fa49fe8c57a289fa4bf72fce7f3ee47ad7fbf68 Mon Sep 17 00:00:00 2001 From: Bill Fenner Date: Mon, 4 Dec 2006 02:46:43 +0000 Subject: Unbreak by forcing gcc 3.2. Bump PORTREVISION since it might change packages. PR: ports/105151 Submitted by: Thomas Abthorpe --- mbone/rtpmon/Makefile | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/mbone/rtpmon/Makefile b/mbone/rtpmon/Makefile index 32eaf825853d..a5096036bf5d 100644 --- a/mbone/rtpmon/Makefile +++ b/mbone/rtpmon/Makefile @@ -7,7 +7,7 @@ PORTNAME= rtpmon PORTVERSION= 1.0a7 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mbone tk83 MASTER_SITES= ftp://mm-ftp.cs.berkeley.edu/pub/rtpmon/ @@ -19,15 +19,12 @@ LIB_DEPENDS= tk83.1:${PORTSDIR}/x11-toolkits/tk83 USE_AUTOTOOLS= autoconf:253:env GNU_CONFIGURE= yes USE_X_PREFIX= yes +USE_GCC= 3.2 MAN1= rtpmon.1 PLIST_FILES= bin/rtpmon .include -.if ${OSVERSION} >= 501000 -BROKEN= Does not compile on FreeBSD > 5.0 -.endif - pre-configure: @cd ${WRKSRC}; ${CHMOD} +w configure; ${AUTOCONF} -- cgit v1.2.3