summaryrefslogtreecommitdiff
path: root/emulators
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 /emulators
parent087ce61888f8bfbe94cad965eccfc62da75b72b4 (diff)
downloadpkgsrc-edaf2c4c35f5af3ae6ee853cd03048dc3ec244f5.tar.gz
Add perl build dependency.
Diffstat (limited to 'emulators')
-rw-r--r--emulators/palmosemulator/Makefile4
1 files changed, 3 insertions, 1 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"