diff options
author | kris <kris@FreeBSD.org> | 2002-09-29 15:54:25 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2002-09-29 15:54:25 +0800 |
commit | e496c53905a616c7657228be78fa8c142c83b19a (patch) | |
tree | dfc2b202d12340132ac1d6ebe939c5ae9ad4ee3f /games | |
parent | 2897c0039c8f610fb193886007e63d8edfae681a (diff) | |
download | freebsd-ports-gnome-e496c53905a616c7657228be78fa8c142c83b19a.tar.gz freebsd-ports-gnome-e496c53905a616c7657228be78fa8c142c83b19a.tar.zst freebsd-ports-gnome-e496c53905a616c7657228be78fa8c142c83b19a.zip |
Fix build [1] and add missing manpage
Submitted by: La Temperanza <temperanza@softhome.net> [1]
PR: ports/42297
Diffstat (limited to 'games')
-rw-r--r-- | games/gracer/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/gracer/Makefile b/games/gracer/Makefile index 3fcbf64dcc26..9078f0e75899 100644 --- a/games/gracer/Makefile +++ b/games/gracer/Makefile @@ -13,8 +13,6 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= nox@jelal.kn-bremen.de -BROKEN= "Does not build" - BUILD_DEPENDS= ${X11BASE}/lib/libplibsl.a:${PORTSDIR}/x11-toolkits/plib LIB_DEPENDS= ungif.5:${PORTSDIR}/graphics/libungif \ png.5:${PORTSDIR}/graphics/png \ @@ -29,7 +27,9 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include \ LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib" USE_GMAKE= yes # for plib (sound): -CONFIGURE_ARGS+= --with-plib=${X11BASE} +CONFIGURE_ARGS+= --with-plib=${X11BASE}/plib + +MAN6= gracer.6 pre-patch: @${PERL} -pi -e 's,<malloc.h>,<stdlib.h>,' \ |