diff options
author | jlam <jlam> | 2001-06-26 19:10:37 +0000 |
---|---|---|
committer | jlam <jlam> | 2001-06-26 19:10:37 +0000 |
commit | eb8f83668183a8ac3ac7080606ff60e3567a75a0 (patch) | |
tree | 2deedc8797a7cec49bbba73fea50d8e9f6cfa555 /games | |
parent | 7074f8bc9fb56f91aeaad2f83ee5c584206377e1 (diff) | |
download | pkgsrc-eb8f83668183a8ac3ac7080606ff60e3567a75a0.tar.gz |
Mark as USE_BUILDLINK_ONLY.
Diffstat (limited to 'games')
-rw-r--r-- | games/nethack-qt/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/nethack-qt/Makefile b/games/nethack-qt/Makefile index 59e49e5e1bd..4e03022e925 100644 --- a/games/nethack-qt/Makefile +++ b/games/nethack-qt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2001/06/26 18:52:09 jlam Exp $ +# $NetBSD: Makefile,v 1.26 2001/06/26 19:10:37 jlam Exp $ # .include "../nethack-lib/Makefile.common" @@ -11,6 +11,7 @@ COMMENT= The QT-Enhanced X11 version of NetHack DEPENDS+= nethack-lib-${NETHACK_VERSION}:../nethack-lib USE_X11= YES +USE_BUILDLINK_ONLY= YES ALL_TARGET= x11tiles nethack INSTALL_TARGET= binfiles |