diff options
author | adamw <adamw@FreeBSD.org> | 2003-04-21 04:36:32 +0000 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2003-04-21 04:36:32 +0000 |
commit | f4b78000d63db000bc492d1a0329f24d10130cc4 (patch) | |
tree | 8832c9efa4ad26abd204d5dacb33c747639fc35d /games | |
parent | 172ea9c64e4688a72598abe7402f813d313bc653 (diff) | |
download | FreeBSD-ports-f4b78000d63db000bc492d1a0329f24d10130cc4.zip FreeBSD-ports-f4b78000d63db000bc492d1a0329f24d10130cc4.tar.gz |
Use new GNOME 2 infrastructure.
Submitted by: Mezz
Diffstat (limited to 'games')
-rw-r--r-- | games/gtetrinet/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/games/gtetrinet/Makefile b/games/gtetrinet/Makefile index 268f77e..3f4c75f 100644 --- a/games/gtetrinet/Makefile +++ b/games/gtetrinet/Makefile @@ -14,11 +14,9 @@ DIST_SUBDIR= gnome2 MAINTAINER= flynn@energyhq.homeip.net COMMENT= A version of the popular TetriNET multiplayer tetris clone -LIB_DEPENDS= gnomeui-2.200:${PORTSDIR}/x11-toolkits/libgnomeui - USE_BZIP2= yes USE_X_PREFIX= yes -USE_GNOME= gnomehack gnomeprefix esound +USE_GNOME= gnomehack gnomeprefix esound libgnomeui USE_REINPLACE= yes USE_GMAKE= yes GNU_CONFIGURE= yes |