diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2000-04-06 18:00:13 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2000-04-06 18:00:13 +0000 |
commit | 65ede1de60b72e3a8fcc7d391a4d91bb6cdd68b8 (patch) | |
tree | 7141e8b75d3a483069b7156a5cae4aee5861580d /games/nethack-qt/Makefile | |
parent | 9d722decbb9ae34e0c2e659fb36e56700c4114ab (diff) | |
download | pkgsrc-65ede1de60b72e3a8fcc7d391a4d91bb6cdd68b8.tar.gz |
-look in the right place for Qt includes.
-add some extra libs during linking for ELF
Diffstat (limited to 'games/nethack-qt/Makefile')
-rw-r--r-- | games/nethack-qt/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/games/nethack-qt/Makefile b/games/nethack-qt/Makefile index ac23ea79d20..e034a776300 100644 --- a/games/nethack-qt/Makefile +++ b/games/nethack-qt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2000/03/29 00:29:51 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.12 2000/04/06 18:00:13 dmcmahill Exp $ # DISTNAME= nethack-3.3.0 @@ -21,8 +21,7 @@ HAS_CONFIGURE= yes CONFIGURE_SCRIPT= ./sys/unix/setup.sh ALL_TARGET= nethack INSTALL_TARGET= binfiles -PATH= ${X11BASE}/qt2/bin:$$PATH -MAKE_ENV+= GTYPE=-qt QTDIR=${X11BASE}/qt2 +MAKE_ENV+= GTYPE=-qt QTDIR=${X11BASE} PATCHFILES+= ${PKGSRCDIR}/games/nethack-lib/patches/patch-* ALLFILES= ${DISTFILES} # don't checksum shared patches |