diff options
author | danw <danw> | 2004-05-23 20:58:41 +0000 |
---|---|---|
committer | danw <danw> | 2004-05-23 20:58:41 +0000 |
commit | 8bd7a20a2285cbb926d1aff44f1c91378feb243d (patch) | |
tree | 42c40198ac2e68ba177dd5a85202a002cbbf0341 /x11/xpns/Makefile | |
parent | 48e105aa00af901ac803072428073eb48a832c9f (diff) | |
download | pkgsrc-8bd7a20a2285cbb926d1aff44f1c91378feb243d.tar.gz |
USE_BUILDLINK3 so that -Wl,-R/usr/X11R6/lib gets stripped/translated
properly on various OSes
Diffstat (limited to 'x11/xpns/Makefile')
-rw-r--r-- | x11/xpns/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/xpns/Makefile b/x11/xpns/Makefile index 2c1e91d613b..5a3b5cefb13 100644 --- a/x11/xpns/Makefile +++ b/x11/xpns/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2004/01/20 12:28:29 agc Exp $ +# $NetBSD: Makefile,v 1.14 2004/05/23 20:58:42 danw Exp $ # FreeBSD Id: Makefile,v 1.2 1997/06/29 09:38:20 obrien Exp # @@ -14,6 +14,7 @@ COMMENT= Petri-Net Simulator for Xwindows WRKSRC= ${WRKDIR} USE_X11BASE= yes +USE_BUILDLINK3= yes MAKEFILE= makefile ALL_TARGET= pns |