diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-12-30 09:05:37 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-12-30 09:05:37 +0000 |
commit | 478d7bf10bc76158fa35d34ac4ad5139ecd5f5e0 (patch) | |
tree | 9f2fafb3529ea1337899d679932dd51c2e2faa77 /lang/bigloo | |
parent | New port: textproc/skribe (a highly programmable document processing system) (diff) |
unbreak lang/bigloo
Noticed by: Kimura Fuyuki <fuyuki@nigredo.org>
Diffstat (limited to 'lang/bigloo')
-rw-r--r-- | lang/bigloo/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lang/bigloo/Makefile b/lang/bigloo/Makefile index 9d9e24e43251..442f32c2c9da 100644 --- a/lang/bigloo/Makefile +++ b/lang/bigloo/Makefile @@ -41,10 +41,6 @@ post-configure: .include <bsd.port.pre.mk> -.if ${OSVERSION} >= 500113 -BROKEN= "Does not compile due to varargs.h being deprecated" -.endif - post-install: install-info @${SED} "s|%%PREFIX%%|${PREFIX}|g" < ${FILESDIR}/bigloo.sh | ${SED} "s|%%BIGLOO_VERSION%%|${PORTVERSION}|g" > ${PREFIX}/etc/rc.d/000.bigloo.sh @${CHMOD} 750 ${PREFIX}/etc/rc.d/000.bigloo.sh |