diff options
author | jlam <jlam@pkgsrc.org> | 2002-08-01 06:40:50 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2002-08-01 06:40:50 +0000 |
commit | 6114321176802b94b4070edc296007a63ed952d9 (patch) | |
tree | 93296ffd4e5be2469b397b8d3fd76ecc02856c17 /comms/gsmlib/Makefile | |
parent | 94bb6c3d26a48c6d306f28ac240e49ef48076bcf (diff) | |
download | pkgsrc-6114321176802b94b4070edc296007a63ed952d9.tar.gz |
Convert to use pthread.buildlink.mk.
Diffstat (limited to 'comms/gsmlib/Makefile')
-rw-r--r-- | comms/gsmlib/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/comms/gsmlib/Makefile b/comms/gsmlib/Makefile index 7995b98e590..675d24b4a81 100644 --- a/comms/gsmlib/Makefile +++ b/comms/gsmlib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2002/06/17 11:29:58 grant Exp $ +# $NetBSD: Makefile,v 1.2 2002/08/01 06:40:51 jlam Exp $ # DISTNAME= gsmlib-1.9 @@ -18,7 +18,8 @@ USE_BUILDLINK_ONLY= YES GNU_CONFIGURE= YES CONFIGURE_ARGS+= --without-included-gettext CONFIGURE_ENV+= PKGLOCALEDIR="${PKGLOCALEDIR}" +PTHREAD_OPTS+= require .include "../../devel/gettext-lib/buildlink.mk" -.include "../../devel/pth/buildlink.mk" +.include "../../mk/pthread.buildlink.mk" .include "../../mk/bsd.pkg.mk" |