diff options
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" |