summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz>2003-01-04 22:16:43 +0000
committerwiz <wiz>2003-01-04 22:16:43 +0000
commitedaf2c4c35f5af3ae6ee853cd03048dc3ec244f5 (patch)
treef816c542f22fc2bab2687b54744f54dbbd282231
parent087ce61888f8bfbe94cad965eccfc62da75b72b4 (diff)
downloadpkgsrc-edaf2c4c35f5af3ae6ee853cd03048dc3ec244f5.tar.gz
Add perl build dependency.
-rw-r--r--emulators/palmosemulator/Makefile4
-rw-r--r--net/ucd-snmp/Makefile4
2 files changed, 6 insertions, 2 deletions
diff --git a/emulators/palmosemulator/Makefile b/emulators/palmosemulator/Makefile
index a588c6a7578..9edef82fe2b 100644
--- a/emulators/palmosemulator/Makefile
+++ b/emulators/palmosemulator/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2003/01/01 02:53:38 dsainty Exp $
+# $NetBSD: Makefile,v 1.3 2003/01/04 22:19:31 wiz Exp $
#
DISTNAME= emulator_src_${PKGVERSION}
@@ -29,6 +29,7 @@ CONFIGURE_DIRS= ${POSE_BUILD_DIR}
BUILD_DIRS= ${POSE_BUILD_DIR}
USE_BUILDLINK2= YES
+USE_PERL5= build
USE_X11= YES
USE_GMAKE= YES
@@ -53,6 +54,7 @@ do-install:
${INSTALL_DATA} "$$i" ${POSE_SKINS_DIR}; \
done
+.include "../../lang/perl5/buildlink2.mk"
.include "../../x11/fltk/buildlink2.mk"
.include "../../mk/pthread.buildlink2.mk"
diff --git a/net/ucd-snmp/Makefile b/net/ucd-snmp/Makefile
index ef1eee5fe5c..549c6d938c0 100644
--- a/net/ucd-snmp/Makefile
+++ b/net/ucd-snmp/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.47 2002/10/02 21:10:10 wiz Exp $
+# $NetBSD: Makefile,v 1.48 2003/01/04 22:16:43 wiz Exp $
DISTNAME= ucd-snmp-4.2.4
CATEGORIES= net
@@ -16,6 +16,7 @@ CONFLICTS+= net-snmp-[0-9]*
BUILD_DEFS+= USE_INET6
USE_BUILDLINK2= # defined
+USE_PERL5= build
.include "../../mk/bsd.prefs.mk"
@@ -93,6 +94,7 @@ post-install:
${INSTALL_SCRIPT} ${WRKDIR}/snmpd ${PREFIX}/etc/rc.d
${INSTALL_SCRIPT} ${WRKDIR}/snmptrapd ${PREFIX}/etc/rc.d
+.include "../../lang/perl5/buildlink2.mk"
.include "../../security/openssl/buildlink2.mk"
.include "../../security/tcp_wrappers/buildlink2.mk"