diff options
author | Anders Nordby <anders@FreeBSD.org> | 2006-06-06 19:42:56 +0000 |
---|---|---|
committer | Anders Nordby <anders@FreeBSD.org> | 2006-06-06 19:42:56 +0000 |
commit | ee5a26a838f2540f40c3aaaf796be8d66bcca9a3 (patch) | |
tree | 7c7b59dd25704120aed2b9cd9324790e5375c72b /audio/fcplay/Makefile | |
parent | 00f38b60057cb1d58cff24be6b2ca0f0d643c0df (diff) |
Notes
Diffstat (limited to 'audio/fcplay/Makefile')
-rw-r--r-- | audio/fcplay/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/fcplay/Makefile b/audio/fcplay/Makefile index 9e2487b08e7d..60983fb3c841 100644 --- a/audio/fcplay/Makefile +++ b/audio/fcplay/Makefile @@ -21,7 +21,7 @@ BUILD_DEPENDS= ${LOCALBASE}/include/sidplay/compconf.h:${PORTSDIR}/audio/libsidp USE_GMAKE= yes GNU_CONFIGURE= yes CXXFLAGS+= -I${LOCALBASE}/include -USE_GCC= 2.95 +USE_GCC= 3.2+ PORTDOCS= ABOUT POINTER PLIST_FILES= bin/fcplay |