summaryrefslogtreecommitdiff
path: root/games/xevil
diff options
context:
space:
mode:
authordanw <danw@pkgsrc.org>2004-05-23 20:58:41 +0000
committerdanw <danw@pkgsrc.org>2004-05-23 20:58:41 +0000
commit266b5f6a26c5fdc11525f9af5f86cfeab436558f (patch)
tree42c40198ac2e68ba177dd5a85202a002cbbf0341 /games/xevil
parenta758fb3eb090bc7bc82fad5015085cb32e132ba3 (diff)
downloadpkgsrc-266b5f6a26c5fdc11525f9af5f86cfeab436558f.tar.gz
USE_BUILDLINK3 so that -Wl,-R/usr/X11R6/lib gets stripped/translated
properly on various OSes
Diffstat (limited to 'games/xevil')
-rw-r--r--games/xevil/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/games/xevil/Makefile b/games/xevil/Makefile
index 674ab82d6b4..84ddcdd9d0f 100644
--- a/games/xevil/Makefile
+++ b/games/xevil/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2004/01/20 12:15:41 agc Exp $
+# $NetBSD: Makefile,v 1.10 2004/05/23 20:58:42 danw Exp $
DISTNAME= xevil1.5.1e
PKGNAME= xevil-1.5.1e
@@ -16,5 +16,6 @@ MAKE_ENV= HOSTTYPE="netbsd" \
WRKSRC= ${WRKDIR}
USE_X11BASE= yes
+USE_BUILDLINK3= yes
.include "../../mk/bsd.pkg.mk"