summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authortv <tv>2000-12-14 15:53:33 +0000
committertv <tv>2000-12-14 15:53:33 +0000
commitad96898f1c26c9d0c62b62d1656ec0b60dcac189 (patch)
treeb20f146fc1ea2cc0b57a0dc3a54c52d4c9b46c7f /emulators
parent4b56ed6e1e12fb9a12615ba5221c614282198dc1 (diff)
downloadpkgsrc-ad96898f1c26c9d0c62b62d1656ec0b60dcac189.tar.gz
One more thing: Actually pass the source dir to ./configure!
Diffstat (limited to 'emulators')
-rw-r--r--emulators/plex86/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/plex86/Makefile b/emulators/plex86/Makefile
index 357fd9153eb..1e74ad60263 100644
--- a/emulators/plex86/Makefile
+++ b/emulators/plex86/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2000/12/14 15:52:39 tv Exp $
+# $NetBSD: Makefile,v 1.5 2000/12/14 15:53:33 tv Exp $
#
DISTNAME= plex86
@@ -17,7 +17,7 @@ DIST_SUBDIR= plex86-20001214
WRKSRC= ${WRKDIR}/plex86
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--with-NetBSD \
- --with-netbsd-source=/sys
+ --with-netbsd-source=${BSDSRCDIR}
USE_GMAKE= yes
NO_PKG_REGISTER= yes # ONLY until we really install files!!!
NO_PACKAGE= Incomplete # ONLY until we really install files!!!