summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2007-04-06 06:03:08 +0000
committerwiz <wiz@pkgsrc.org>2007-04-06 06:03:08 +0000
commit29714f1c60d4c5bd58e113adb0ac7423bb2185e8 (patch)
tree798f015e718f83f10e46a50615f159858cf07b53 /emulators
parent3c8a1830eefa4ab18ec8df7b2c656e0048ecfd49 (diff)
downloadpkgsrc-29714f1c60d4c5bd58e113adb0ac7423bb2185e8.tar.gz
Include bsd.fast.prefs.mk before testing OPSYS.
XXX: How was this tested? :)
Diffstat (limited to 'emulators')
-rw-r--r--emulators/uae/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/emulators/uae/Makefile b/emulators/uae/Makefile
index 4ab2ce2d6e2..319a29e2505 100644
--- a/emulators/uae/Makefile
+++ b/emulators/uae/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.46 2007/04/04 17:36:17 joerg Exp $
+# $NetBSD: Makefile,v 1.47 2007/04/06 06:03:08 wiz Exp $
DISTNAME= uae-0.8.25
PKGREVISION= 3
@@ -17,6 +17,8 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --enable-dga --enable-vidmode
+.include "../../mk/bsd.fast.prefs.mk"
+
.if ${OPSYS} == NetBSD && exists(/usr/include/sys/statvfs.h)
CONFIGURE_ENV+= cv_func_getmntinfo=yes fu_cv_sys_mounted_getmntinfo=yes
.endif