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 | 33bc07b617fa03c266906bc17dacc891daabf8c8 (patch) | |
tree | f0907b59640fc6604fedb5ad6c2c319213a12d27 /comms/gsmlib | |
parent | ac18fa737b0170d65a0c8a2508147f01594fe55d (diff) | |
download | pkgsrc-33bc07b617fa03c266906bc17dacc891daabf8c8.tar.gz |
Finish the conversion to buildlink3 (hi soren! (the other one)). This
fixes PR pkg/24888.
Diffstat (limited to 'comms/gsmlib')
-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 |