diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2006-07-17 16:41:53 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2006-07-17 16:41:53 +0800 |
commit | 4dcbf77f6e01cfb4977993d075bdbe40c73f0d8f (patch) | |
tree | 314c3084425e4ad0adae4b3373f932529bd6b250 /audio/playgsf | |
parent | 634e247684cfd79cb1726a8897d87d194033c383 (diff) | |
download | freebsd-ports-gnome-4dcbf77f6e01cfb4977993d075bdbe40c73f0d8f.tar.gz freebsd-ports-gnome-4dcbf77f6e01cfb4977993d075bdbe40c73f0d8f.tar.zst freebsd-ports-gnome-4dcbf77f6e01cfb4977993d075bdbe40c73f0d8f.zip |
This port now builds on 7-CURRENT
Diffstat (limited to 'audio/playgsf')
-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> |