aboutsummaryrefslogtreecommitdiff
path: root/games/gnomebreakout
diff options
context:
space:
mode:
authorPeter Pentchev <roam@FreeBSD.org>2000-12-12 07:59:17 +0000
committerPeter Pentchev <roam@FreeBSD.org>2000-12-12 07:59:17 +0000
commitccd0ec1173ee3631c9490bdd5bf3dabcfc016a49 (patch)
treeb1902de5a94bc64c00c7363d9c0bd1b0c5fe2d88 /games/gnomebreakout
parentb8f8d6acd43ff2ad4d4ffbdbb7779131ef6fda07 (diff)
downloadports-ccd0ec1173ee3631c9490bdd5bf3dabcfc016a49.tar.gz
ports-ccd0ec1173ee3631c9490bdd5bf3dabcfc016a49.zip
USE_GNOME.
PR: 23476 Submitted by: Ports Fury
Notes
Notes: svn path=/head/; revision=35912
Diffstat (limited to 'games/gnomebreakout')
-rw-r--r--games/gnomebreakout/Makefile10
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 ; \