diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2006-07-17 08:41:53 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2006-07-17 08:41:53 +0000 |
commit | 791cb9760547cc4c0b46654ef566f4a06c66f25a (patch) | |
tree | c0949c50520dbff3afc04eb0658c4083c72d281f /audio | |
parent | 635ca768485abd780b2c22bf238bbd8e658bcdbf (diff) | |
download | ports-791cb9760547cc4c0b46654ef566f4a06c66f25a.tar.gz ports-791cb9760547cc4c0b46654ef566f4a06c66f25a.zip |
Notes
Diffstat (limited to 'audio')
-rw-r--r-- | audio/playgsf/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/audio/playgsf/Makefile b/audio/playgsf/Makefile index f6ab44ea46f5..a27bd17133c2 100644 --- a/audio/playgsf/Makefile +++ b/audio/playgsf/Makefile @@ -36,12 +36,6 @@ PLIST_FILES= bin/playgsf # contains x86 assembler ONLY_FOR_ARCHS= i386 -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 700000 -BROKEN= Does not configure on FreeBSD 7.x -.endif - post-patch: @${REINPLACE_CMD} \ -e 's|\(@LDFLAGS@\)|\1 ${LDFLAGS}|' \ @@ -59,4 +53,4 @@ do-install: post-install: ${CAT} ${PKGMESSAGE} -.include <bsd.port.post.mk> +.include <bsd.port.mk> |