summaryrefslogtreecommitdiff
path: root/emulators/plex86
diff options
context:
space:
mode:
authortv <tv@pkgsrc.org>2000-12-14 15:53:33 +0000
committertv <tv@pkgsrc.org>2000-12-14 15:53:33 +0000
commit58606abd656ddc45512e8697c4f21c967d8d71e0 (patch)
treeb20f146fc1ea2cc0b57a0dc3a54c52d4c9b46c7f /emulators/plex86
parent7be1eab32d9ac72c899d2aedec0dc2a1b51dfd21 (diff)
downloadpkgsrc-58606abd656ddc45512e8697c4f21c967d8d71e0.tar.gz
One more thing: Actually pass the source dir to ./configure!
Diffstat (limited to 'emulators/plex86')
-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!!!