diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2008-10-31 01:09:44 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2008-10-31 01:09:44 +0800 |
commit | ca3539def4baed728f4b44ba122f971ca798c335 (patch) | |
tree | bc9f32a12f20a11f2c4dca01c573a19b043b65e7 /audio | |
parent | fa6ecec57a570f9dcd5ea3cade5ce85efbb1834c (diff) | |
download | freebsd-ports-gnome-ca3539def4baed728f4b44ba122f971ca798c335.tar.gz freebsd-ports-gnome-ca3539def4baed728f4b44ba122f971ca798c335.tar.zst freebsd-ports-gnome-ca3539def4baed728f4b44ba122f971ca798c335.zip |
Tell portscout to skip a particular version. The distfile in question is just
a symlink to the current version.
Diffstat (limited to 'audio')
-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}|' \ |