diff options
-rw-r--r-- | games/gracer/Makefile | 9 | ||||
-rw-r--r-- | games/gracer/pkg-plist | 1 |
2 files changed, 4 insertions, 6 deletions
diff --git a/games/gracer/Makefile b/games/gracer/Makefile index 944908081a84..36bd62103889 100644 --- a/games/gracer/Makefile +++ b/games/gracer/Makefile @@ -11,9 +11,9 @@ MAINTAINER= nox@FreeBSD.org COMMENT= 3D motor sport simulator BUILD_DEPENDS= ${LOCALBASE}/lib/libplibsl.a:${PORTSDIR}/x11-toolkits/plib -LIB_DEPENDS= gif:${PORTSDIR}/graphics/giflib \ - png15:${PORTSDIR}/graphics/png \ - jpeg:${PORTSDIR}/graphics/jpeg +LIB_DEPENDS= libgif.so:${PORTSDIR}/graphics/giflib \ + libpng15.so:${PORTSDIR}/graphics/png \ + libjpeg.so:${PORTSDIR}/graphics/jpeg USE_GL= glut USES= gmake perl5 tcl:84 @@ -22,12 +22,9 @@ USE_AUTOTOOLS= autoconf213 CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib" CPPFLAGS+= -I${LOCALBASE}/include \ -I${TCL_INCLUDEDIR} -NO_STAGE= yes # for plib (sound): CONFIGURE_ARGS+= --with-plib=${LOCALBASE}/plib -MAN6= gracer.6 - .include <bsd.port.pre.mk> pre-patch: diff --git a/games/gracer/pkg-plist b/games/gracer/pkg-plist index 12ff780733ab..2a1bc5876976 100644 --- a/games/gracer/pkg-plist +++ b/games/gracer/pkg-plist @@ -1,4 +1,5 @@ bin/gracer +man/man6/gracer.6.gz %%DATADIR%%/courses/cliff.jpg %%DATADIR%%/courses/course1.grc %%DATADIR%%/courses/course1.grs |