pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/emulators/palmosemulator Convert to buildlink3. emula...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/174988195df4
branches:  trunk
changeset: 474764:174988195df4
user:      snj <snj%pkgsrc.org@localhost>
date:      Wed May 05 05:06:28 2004 +0000

description:
Convert to buildlink3.  emulators/ is now totally rid of buildlink2.

diffstat:

 emulators/palmosemulator/Makefile |  12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diffs (32 lines):

diff -r e87c9aaf222a -r 174988195df4 emulators/palmosemulator/Makefile
--- a/emulators/palmosemulator/Makefile Wed May 05 03:54:59 2004 +0000
+++ b/emulators/palmosemulator/Makefile Wed May 05 05:06:28 2004 +0000
@@ -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 @@
 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 @@
                        ${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"



Home | Main Index | Thread Index | Old Index