summaryrefslogtreecommitdiff
path: root/comms/gsmlib
diff options
context:
space:
mode:
authorjlam <jlam>2002-08-01 06:40:50 +0000
committerjlam <jlam>2002-08-01 06:40:50 +0000
commitea0f433373ebe680ed1605d61fa08e24e334c6aa (patch)
tree93296ffd4e5be2469b397b8d3fd76ecc02856c17 /comms/gsmlib
parent33a84ea7ac2f8f208f9f5743b071424400cf5aa4 (diff)
downloadpkgsrc-ea0f433373ebe680ed1605d61fa08e24e334c6aa.tar.gz
Convert to use pthread.buildlink.mk.
Diffstat (limited to 'comms/gsmlib')
-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"