diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2010-02-10 10:56:42 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2010-02-10 10:56:42 +0800 |
commit | c5d697ca5ac3bb25fd02ee3b971d2c2f31d67050 (patch) | |
tree | bccb12ddf4ef465c114fc237319dd990f9289b65 /games/tux-aqfh | |
parent | cb830065a1aead11d76ab3a7de955f4f96cee6b3 (diff) | |
download | freebsd-ports-gnome-c5d697ca5ac3bb25fd02ee3b971d2c2f31d67050.tar.gz freebsd-ports-gnome-c5d697ca5ac3bb25fd02ee3b971d2c2f31d67050.tar.zst freebsd-ports-gnome-c5d697ca5ac3bb25fd02ee3b971d2c2f31d67050.zip |
- has been marked broken for the past 7 months because js.h was not found,
as of an update to x11-toolkits/plib 4 months ago, libjs is always built
PR: ports/143424
Submitted by: Sevan Janiyan <venture37@geeklan.co.uk>
Diffstat (limited to 'games/tux-aqfh')
-rw-r--r-- | games/tux-aqfh/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/games/tux-aqfh/Makefile b/games/tux-aqfh/Makefile index 221ce0299cea..51ab7a176dad 100644 --- a/games/tux-aqfh/Makefile +++ b/games/tux-aqfh/Makefile @@ -27,10 +27,6 @@ LDFLAGS= -L${LOCALBASE}/lib -lusbhid ${PTHREAD_LIBS} .include <bsd.port.pre.mk> -.if ${OSVERSION} >= 800000 -BROKEN= does not compile: error: plib/js.h: No such file or directory -.endif - post-patch: @${REINPLACE_CMD} -e \ 's|-lplibsl -lplibssg|-lplibsl -lplibjs -lplibssg|g ; \ |