diff options
author | Peter Pentchev <roam@FreeBSD.org> | 2000-12-12 07:59:17 +0000 |
---|---|---|
committer | Peter Pentchev <roam@FreeBSD.org> | 2000-12-12 07:59:17 +0000 |
commit | ccd0ec1173ee3631c9490bdd5bf3dabcfc016a49 (patch) | |
tree | b1902de5a94bc64c00c7363d9c0bd1b0c5fe2d88 /games/gnomebreakout | |
parent | b8f8d6acd43ff2ad4d4ffbdbb7779131ef6fda07 (diff) | |
download | ports-ccd0ec1173ee3631c9490bdd5bf3dabcfc016a49.tar.gz ports-ccd0ec1173ee3631c9490bdd5bf3dabcfc016a49.zip |
Notes
Diffstat (limited to 'games/gnomebreakout')
-rw-r--r-- | games/gnomebreakout/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/games/gnomebreakout/Makefile b/games/gnomebreakout/Makefile index b1a88e1bf6e8..a39e431b2e7b 100644 --- a/games/gnomebreakout/Makefile +++ b/games/gnomebreakout/Makefile @@ -13,15 +13,11 @@ DISTNAME= gnome-breakout-${PORTVERSION} MAINTAINER= ports@FreeBSD.org -LIB_DEPENDS= gnome.4:${PORTSDIR}/x11/gnomelibs -RUN_DEPENDS= panel:${PORTSDIR}/x11/gnomecore - -USE_X_PREFIX= YES -GNU_CONFIGURE= YES +USE_X_PREFIX= yes +USE_GNOME= yes +GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" -CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome/ \ - --datadir=${PREFIX}/share/gnome pre-patch: @${PERL} -pi -e 's|-lpthread|-pthread|g ; \ |