diff options
author | wiz <wiz@pkgsrc.org> | 2002-10-13 12:25:55 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-10-13 12:25:55 +0000 |
commit | 9593d2f9487b4d8f6d007a6e0623939531d326a1 (patch) | |
tree | 5f0e5d83bd78a1b8cdc8cfa307442cccdaa269b0 | |
parent | 80159f256d958fc12a1ad1c30b2a50d2d4245239 (diff) | |
download | pkgsrc-9593d2f9487b4d8f6d007a6e0623939531d326a1.tar.gz |
buildlink1 -> buildlink2.
-rw-r--r-- | comms/gsmlib/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/comms/gsmlib/Makefile b/comms/gsmlib/Makefile index 245fdf9301c..96412e9445e 100644 --- a/comms/gsmlib/Makefile +++ b/comms/gsmlib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2002/08/08 16:17:06 jlam Exp $ +# $NetBSD: Makefile,v 1.4 2002/10/13 12:25:55 wiz Exp $ # DISTNAME= gsmlib-1.9 @@ -15,12 +15,12 @@ ONLY_FOR_PLATFORM= NetBSD-1.[6-9]* BUILD_USES_MSGFMT= yes USE_GMAKE= YES -USE_BUILDLINK_ONLY= YES +USE_BUILDLINK2= YES GNU_CONFIGURE= YES CONFIGURE_ARGS+= --without-included-gettext CONFIGURE_ENV+= PKGLOCALEDIR="${PKGLOCALEDIR}" PTHREAD_OPTS+= require -.include "../../devel/gettext-lib/buildlink.mk" -.include "../../mk/pthread.buildlink.mk" +.include "../../devel/gettext-lib/buildlink2.mk" +.include "../../mk/pthread.buildlink2.mk" .include "../../mk/bsd.pkg.mk" |