summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authordanw <danw>2004-05-23 20:58:41 +0000
committerdanw <danw>2004-05-23 20:58:41 +0000
commit1529eb586f30ff5b9f1d3e62b0e1214f976a61ce (patch)
tree42c40198ac2e68ba177dd5a85202a002cbbf0341 /emulators
parent2876801319a6e48ccc8e817f91c4fcd071a4d241 (diff)
downloadpkgsrc-1529eb586f30ff5b9f1d3e62b0e1214f976a61ce.tar.gz
USE_BUILDLINK3 so that -Wl,-R/usr/X11R6/lib gets stripped/translated
properly on various OSes
Diffstat (limited to 'emulators')
-rw-r--r--emulators/gnuboy/Makefile4
-rw-r--r--emulators/minivmac/Makefile3
2 files changed, 5 insertions, 2 deletions
diff --git a/emulators/gnuboy/Makefile b/emulators/gnuboy/Makefile
index 060086ca96f..2dc9facaa49 100644
--- a/emulators/gnuboy/Makefile
+++ b/emulators/gnuboy/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2003/07/21 16:45:55 martti Exp $
+# $NetBSD: Makefile,v 1.5 2004/05/23 20:58:41 danw Exp $
DISTNAME= gnuboy-1.0.3
PKGREVISION= 1
@@ -10,6 +10,8 @@ HOMEPAGE= http://gnuboy.unix-fu.org/
COMMENT= Gameboy emulator
GNU_CONFIGURE= yes
+USE_X11= yes
+USE_BUILDLINK3= yes
do-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/gnuboy
diff --git a/emulators/minivmac/Makefile b/emulators/minivmac/Makefile
index f64effd4610..3bf1a0927f1 100644
--- a/emulators/minivmac/Makefile
+++ b/emulators/minivmac/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2004/01/28 15:45:06 xtraeme Exp $
+# $NetBSD: Makefile,v 1.10 2004/05/23 20:58:41 danw Exp $
DISTNAME= minivmac-0.1.7.src
PKGNAME= minivmac-0.1.7
@@ -13,6 +13,7 @@ COMMENT= Miniature Macintosh emulator
WRKSRC= ${WRKDIR}/minivmac
USE_X11= YES
+USE_BUILDLINK3= YES
SCRIPTS_ENV+= CC="${CC}"