diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2008-10-30 17:09:44 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2008-10-30 17:09:44 +0000 |
commit | d04650537c471396859a1d4ee8221c0583ff8d7c (patch) | |
tree | e8411ad67794dddd565cb413713d655b31038c1f /audio/playgsf | |
parent | e6861fb2ff7df027ba901c7ebb2e31a85f90c479 (diff) | |
download | ports-d04650537c471396859a1d4ee8221c0583ff8d7c.tar.gz ports-d04650537c471396859a1d4ee8221c0583ff8d7c.zip |
Notes
Diffstat (limited to 'audio/playgsf')
-rw-r--r-- | audio/playgsf/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/audio/playgsf/Makefile b/audio/playgsf/Makefile index ae150791b064..c634ed694a8c 100644 --- a/audio/playgsf/Makefile +++ b/audio/playgsf/Makefile @@ -34,6 +34,8 @@ PLIST_FILES= bin/playgsf # contains x86 assembler ONLY_FOR_ARCHS= i386 +PORTSCOUT= skipv:0.7.2 + post-patch: @${REINPLACE_CMD} \ -e 's|\(@LDFLAGS@\)|\1 ${LDFLAGS}|' \ |