diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2007-04-16 06:47:06 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2007-04-16 06:47:06 +0000 |
commit | 0089daa72fb9c8c45b2107e37d09f77ac25df445 (patch) | |
tree | 17aac514a136270e2ecfe5084d09178dd9c87d7c /audio/squash | |
parent | dcaec155f9f5b7dcf6a59f318381b40bdf506cb7 (diff) |
Notes
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> |