diff options
author | Bill Fenner <fenner@FreeBSD.org> | 2006-12-04 02:46:43 +0000 |
---|---|---|
committer | Bill Fenner <fenner@FreeBSD.org> | 2006-12-04 02:46:43 +0000 |
commit | 1fa49fe8c57a289fa4bf72fce7f3ee47ad7fbf68 (patch) | |
tree | aaf5a5a5f74c76c6347087f02ec8100107dc99bf | |
parent | 7665147c12c2cd6dd98d9dca89aaf8e5e90751bc (diff) |
Unbreak by forcing gcc 3.2. Bump PORTREVISION since it might change
packages.
PR: ports/105151
Submitted by: Thomas Abthorpe <thomas@goodking.ca>
Notes
Notes:
svn path=/head/; revision=178793
-rw-r--r-- | mbone/rtpmon/Makefile | 7 |
1 files 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 <bsd.port.pre.mk> -.if ${OSVERSION} >= 501000 -BROKEN= Does not compile on FreeBSD > 5.0 -.endif - pre-configure: @cd ${WRKSRC}; ${CHMOD} +w configure; ${AUTOCONF} |