diff options
author | rillig <rillig> | 2007-11-20 18:44:14 +0000 |
---|---|---|
committer | rillig <rillig> | 2007-11-20 18:44:14 +0000 |
commit | bb9ee1c25f90b24ed9318ae6f7c82e4e58d29a3d (patch) | |
tree | bc85850dcb68f8bea4efec4bd02b8abb0076cd15 /games/xfrisk/Makefile | |
parent | 82374492b25edd3ac06a7dfc2031ee4c0d5dff78 (diff) | |
download | pkgsrc-bb9ee1c25f90b24ed9318ae6f7c82e4e58d29a3d.tar.gz |
Made the package build on Solaris.
Diffstat (limited to 'games/xfrisk/Makefile')
-rw-r--r-- | games/xfrisk/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/games/xfrisk/Makefile b/games/xfrisk/Makefile index 8be87cf1f2d..cff15c4c7bc 100644 --- a/games/xfrisk/Makefile +++ b/games/xfrisk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2007/02/22 19:26:31 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2007/11/20 18:44:14 rillig Exp $ # DISTNAME= xfrisk-1.2 @@ -19,9 +19,8 @@ NO_BIN_ON_CDROM=${RESTRICTED} .include "../../mk/bsd.prefs.mk" -.if ${OPSYS} == "SunOS" -MAKE_ENV+= LIBS="-lsocket -lnsl" -.endif +LIBS.SunOS= -lsocket -lnsl +MAKE_ENV+= LIBS=${LIBS:Q} # xfrisk doesn't work with standard Xaw. XAW_TYPE?= 3d |