summaryrefslogtreecommitdiff
path: root/net/speedtouch/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/speedtouch/Makefile')
-rw-r--r--net/speedtouch/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/net/speedtouch/Makefile b/net/speedtouch/Makefile
index f30b576f45c..1451e15f78b 100644
--- a/net/speedtouch/Makefile
+++ b/net/speedtouch/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2007/02/22 19:26:59 wiz Exp $
+# $NetBSD: Makefile,v 1.26 2008/04/12 22:43:08 jlam Exp $
DISTNAME= speedtouch-1.3.1
PKGREVISION= 4
@@ -29,11 +29,12 @@ CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q}
PLIST_SUBST+= PKG_SYSCONFDIR=${PKG_SYSCONFDIR:Q}
RCD_SCRIPTS= adsl
+PLIST_VARS+= pppoa3
+
.include "../../mk/pthread.buildlink3.mk"
.if defined(PTHREAD_TYPE) && ${PTHREAD_TYPE} == "native"
-PLIST_SUBST+= PPPOA3=""
+PLIST.pppoa3= yes
.else
-PLIST_SUBST+= PPPOA3="@comment "
CONFIGURE_ENV+= ac_cv_lib_pthread_pthread_create=no
.endif