summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authoragc <agc>2005-12-14 23:35:21 +0000
committeragc <agc>2005-12-14 23:35:21 +0000
commitadbe3215dccba61496497e4c895c34558684f41b (patch)
tree27b26ad0ebf89ff9270550ce766bfcb469f4f7c2 /devel
parent193f4adcda010712c8da27186648ac48b94390c3 (diff)
downloadpkgsrc-adbe3215dccba61496497e4c895c34558684f41b.tar.gz
Fix obvious error in previous commit:
include bsd.prefs.mk before attempting to test for any variable like ${OPSYS} in a cpp-like pre-processing statement.
Diffstat (limited to 'devel')
-rw-r--r--devel/p5-Data-UUID/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/p5-Data-UUID/Makefile b/devel/p5-Data-UUID/Makefile
index fbaa6679dfc..b76df12d49f 100644
--- a/devel/p5-Data-UUID/Makefile
+++ b/devel/p5-Data-UUID/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2005/12/14 18:54:35 epg Exp $
+# $NetBSD: Makefile,v 1.8 2005/12/14 23:35:21 agc Exp $
DISTNAME= Data-UUID-0.11
PKGNAME= p5-${DISTNAME}
@@ -15,6 +15,8 @@ PERL5_PACKLIST= auto/Data/UUID/.packlist
MAKE_ENV+= PERL_MM_USE_DEFAULT=1
+.include "../../mk/bsd.prefs.mk"
+
.if ${OPSYS} == "Darwin"
MAKE_PARAMS+= DEFINE=-D_POSIX_C_SOURCE
.endif