diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2003-04-21 04:36:32 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2003-04-21 04:36:32 +0000 |
commit | 8e880b1291a12e6a2c74b0034a71604495569010 (patch) | |
tree | 4e81937196f80dd7eed26578d64ff344a87fbfd5 /games/gtetrinet | |
parent | Use new GNOME 2 infrastructure. (diff) |
Use new GNOME 2 infrastructure.
Submitted by: Mezz
Notes
Notes:
svn path=/head/; revision=79392
Diffstat (limited to 'games/gtetrinet')
-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 268f77e0e6a9..3f4c75f60fba 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 |