diff options
author | Greg Lewis <glewis@FreeBSD.org> | 2005-04-13 16:34:55 +0000 |
---|---|---|
committer | Greg Lewis <glewis@FreeBSD.org> | 2005-04-13 16:34:55 +0000 |
commit | 29bdbd398a994d5a18d563bd10fd2ef43c0aefc9 (patch) | |
tree | 9bf2c6f1d2bd781c78c9b83c9f538cc8475f5bc3 /games/nethack33 | |
parent | 10f0cbf53781fabc94cf67f81588d9443051edf8 (diff) | |
download | ports-29bdbd398a994d5a18d563bd10fd2ef43c0aefc9.tar.gz ports-29bdbd398a994d5a18d563bd10fd2ef43c0aefc9.zip |
Notes
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 8679a5b377f4..e1e15db3084a 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 |