summaryrefslogtreecommitdiff
path: root/games/xfrisk/Makefile
diff options
context:
space:
mode:
authormorr <morr>2013-01-15 16:21:34 +0000
committermorr <morr>2013-01-15 16:21:34 +0000
commitb4ff12da4803459662dfa0965d9df487b3fdaa59 (patch)
tree32a57d9d2dc8b1b3e8b11c0456cec6c97f2deee2 /games/xfrisk/Makefile
parent1f845d8faa3004ad8fc8250b73e4a915503bdcf6 (diff)
downloadpkgsrc-b4ff12da4803459662dfa0965d9df487b3fdaa59.tar.gz
Clean up libXaw handling. [1/2]
- remove LIBXAW variable. It is handled by buildlink3.mk now - simplify patches and Makefile in packages using libXaw - in some cases force use of Xaw3d (won't build with Xaw) - replace some directly included of x11/Xaw3d with mk/xaw.buildlink3.mk In next part: - replace more includes with mk/xaw.buildlink3.mk
Diffstat (limited to 'games/xfrisk/Makefile')
-rw-r--r--games/xfrisk/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/games/xfrisk/Makefile b/games/xfrisk/Makefile
index 1556fe9d7d4..7a8db5e4b47 100644
--- a/games/xfrisk/Makefile
+++ b/games/xfrisk/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2012/10/06 11:55:00 asau Exp $
+# $NetBSD: Makefile,v 1.29 2013/01/15 16:21:34 morr Exp $
#
DISTNAME= xfrisk-1.2
@@ -29,11 +29,7 @@ LIBS.SunOS= -lsocket -lnsl
MAKE_ENV+= LIBS=${LIBS:Q}
# xfrisk doesn't work with standard Xaw.
-XAW_TYPE?= 3d
-
-.if ${XAW_TYPE} == standard
-XAW_TYPE=3d
-.endif
+XAW_TYPE= 3d
.include "../../mk/xaw.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"