diff options
author | glewis <glewis@FreeBSD.org> | 2005-04-13 16:34:55 +0000 |
---|---|---|
committer | glewis <glewis@FreeBSD.org> | 2005-04-13 16:34:55 +0000 |
commit | 8a6aef5dd928b457309f52951b37eae42bc4340b (patch) | |
tree | 9fe2a67854c6bceb0cfba1a9a36fe010880b3691 /games/nethack33 | |
parent | a40ede6ebf3f2425b48e9a81cdc3d39e55dd6ce5 (diff) | |
download | FreeBSD-ports-8a6aef5dd928b457309f52951b37eae42bc4340b.zip FreeBSD-ports-8a6aef5dd928b457309f52951b37eae42bc4340b.tar.gz |
. Fix gnome handling (as far as I can test).
Obtained from: games/nethack34
Diffstat (limited to 'games/nethack33')
-rw-r--r-- | games/nethack33/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/nethack33/Makefile b/games/nethack33/Makefile index 8679a5b..e1e15db 100644 --- a/games/nethack33/Makefile +++ b/games/nethack33/Makefile @@ -45,7 +45,8 @@ GRAPHICS= X11_GRAPHICS .if ${PKGNAMESUFFIX} == "-gnome" CATEGORIES= games gnome USE_GETOPT_LONG=yes -USE_GNOME= yes +USE_GNOME= gnomelibs +MAKE_ENV+= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" GRAPHICS= GNOME_GRAPHICS .elif ${PKGNAMESUFFIX} == "-nox11" GRAPHICS= # none |