summaryrefslogtreecommitdiff
path: root/games/gracer
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2002-09-29 07:54:25 +0000
committerKris Kennaway <kris@FreeBSD.org>2002-09-29 07:54:25 +0000
commit35fccdfba17557ca19d45a5867b9f324ba478ded (patch)
tree2248ee03de31670f953bb7fd3e5e5161c49fcc78 /games/gracer
parentUpdate to blop-0.2.5 to unbreak (diff)
Fix build [1] and add missing manpage
Submitted by: La Temperanza <temperanza@softhome.net> [1] PR: ports/42297
Notes
Notes: svn path=/head/; revision=67233
Diffstat (limited to 'games/gracer')
-rw-r--r--games/gracer/Makefile6
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>,' \