summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorsnj <snj>2004-05-05 05:06:28 +0000
committersnj <snj>2004-05-05 05:06:28 +0000
commit6f11a31393727d90ac16fd07efec3bc18159b9be (patch)
tree8e24ca3114c3eddfbd95caf5f9bd06db2e6f1dac /emulators
parentf5946dd8c0fcb3b24b6b0d793c0f2fae7fce5e3b (diff)
downloadpkgsrc-6f11a31393727d90ac16fd07efec3bc18159b9be.tar.gz
Convert to buildlink3. emulators/ is now totally rid of buildlink2.
Diffstat (limited to 'emulators')
-rw-r--r--emulators/palmosemulator/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/emulators/palmosemulator/Makefile b/emulators/palmosemulator/Makefile
index 1492d089b9a..d7344717d62 100644
--- a/emulators/palmosemulator/Makefile
+++ b/emulators/palmosemulator/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2004/04/13 09:38:38 xtraeme Exp $
+# $NetBSD: Makefile,v 1.13 2004/05/05 05:06:28 snj Exp $
#
DISTNAME= emulator_src_${POSE_VERSION}
@@ -32,7 +32,7 @@ CPPFLAGS+= -DFLTK_1_0_COMPAT
CONFIGURE_DIRS= ${POSE_BUILD_DIR}
BUILD_DIRS= ${POSE_BUILD_DIR}
-USE_BUILDLINK2= YES
+USE_BUILDLINK3= YES
USE_PERL5= build
USE_X11= YES
USE_GNU_TOOLS+= make
@@ -73,9 +73,9 @@ do-install:
${INSTALL_DATA} "$$i" ${POSE_SKINS_DIR}; \
done
-.include "../../graphics/jpeg/buildlink2.mk"
-.include "../../lang/perl5/buildlink2.mk"
-.include "../../x11/fltk/buildlink2.mk"
-.include "../../mk/pthread.buildlink2.mk"
+.include "../../graphics/jpeg/buildlink3.mk"
+.include "../../lang/perl5/buildlink3.mk"
+.include "../../x11/fltk/buildlink3.mk"
+.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"