diff options
author | edwin <edwin@FreeBSD.org> | 2007-04-16 14:47:06 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2007-04-16 14:47:06 +0800 |
commit | ff4653f0da419da55c8c024336007d835bc785c4 (patch) | |
tree | 137b2b59c471e1bc590922fc62f047b5445c45d0 /audio/squash | |
parent | 8532af9103871973819511b440ef009bad964ebf (diff) | |
download | freebsd-ports-gnome-ff4653f0da419da55c8c024336007d835bc785c4.tar.gz freebsd-ports-gnome-ff4653f0da419da55c8c024336007d835bc785c4.tar.zst freebsd-ports-gnome-ff4653f0da419da55c8c024336007d835bc785c4.zip |
[patch] audio/squash - cleanup non-supported FreeBSD versions
PR: ports/111690
Submitted by: Edwin Groothuis <edwin@mavetju.org>
Approved by: Matthias Andree <matthias.andree@gmx.de>
Diffstat (limited to 'audio/squash')
-rw-r--r-- | audio/squash/Makefile | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/audio/squash/Makefile b/audio/squash/Makefile index 4b3943249d89..282dd72e726f 100644 --- a/audio/squash/Makefile +++ b/audio/squash/Makefile @@ -29,8 +29,6 @@ USE_RUBY= yes PORTDOCS= * .endif -.include <bsd.port.pre.mk> - post-patch: @${REINPLACE_CMD} -e "s|--std=gnu99|--std=gnu99 ${CFLAGS} ${PTHREAD_CFLAGS}|; \ s|-Iinclude|-Iinclude -I${LOCALBASE}/include|; \ @@ -55,10 +53,4 @@ do-install: .endfor .endif -.if ${OSVERSION} < 501100 - -IGNORE= "ignored: FreeBSD before 5.1 lacks the wordexp interface" - -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |