diff options
author | wiz <wiz@pkgsrc.org> | 2003-01-04 22:16:43 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2003-01-04 22:16:43 +0000 |
commit | 086c033b4e4c10ea2f4b097773c991693adffa47 (patch) | |
tree | f816c542f22fc2bab2687b54744f54dbbd282231 /emulators | |
parent | 7564f486f3373fcb46880f48b60acfe143f8b6dc (diff) | |
download | pkgsrc-086c033b4e4c10ea2f4b097773c991693adffa47.tar.gz |
Add perl build dependency.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/palmosemulator/Makefile | 4 |
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" |