summaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2002-08-01 06:40:50 +0000
committerjlam <jlam@pkgsrc.org>2002-08-01 06:40:50 +0000
commit6114321176802b94b4070edc296007a63ed952d9 (patch)
tree93296ffd4e5be2469b397b8d3fd76ecc02856c17 /comms
parent94bb6c3d26a48c6d306f28ac240e49ef48076bcf (diff)
downloadpkgsrc-6114321176802b94b4070edc296007a63ed952d9.tar.gz
Convert to use pthread.buildlink.mk.
Diffstat (limited to 'comms')
-rw-r--r--comms/gsmlib/Makefile5
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"