diff options
author | snj <snj@pkgsrc.org> | 2004-03-30 07:03:34 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-03-30 07:03:34 +0000 |
commit | 47ced0312f457c39a24f320e35b1a562f72a83c1 (patch) | |
tree | f0907b59640fc6604fedb5ad6c2c319213a12d27 /comms | |
parent | c72ef4541050b24e80b8e7ea0b8f1e22f4e96cfe (diff) | |
download | pkgsrc-47ced0312f457c39a24f320e35b1a562f72a83c1.tar.gz |
Finish the conversion to buildlink3 (hi soren! (the other one)). This
fixes PR pkg/24888.
Diffstat (limited to 'comms')
-rw-r--r-- | comms/gsmlib/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/comms/gsmlib/Makefile b/comms/gsmlib/Makefile index 15236d1540d..64cf722f327 100644 --- a/comms/gsmlib/Makefile +++ b/comms/gsmlib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2004/03/17 07:07:43 soren Exp $ +# $NetBSD: Makefile,v 1.12 2004/03/30 07:03:34 snj Exp $ # DISTNAME= gsmlib-1.10 @@ -12,7 +12,7 @@ COMMENT= Library to access GSM mobile phones through GSM modems or IrDA devices BUILD_USES_MSGFMT= yes USE_GNU_TOOLS+= make -USE_BUILDLINK2= YES +USE_BUILDLINK3= YES USE_PKGLOCALEDIR= YES GNU_CONFIGURE= YES CONFIGURE_ARGS+= --without-included-gettext |