diff options
author | jlam <jlam@pkgsrc.org> | 2008-04-12 22:42:57 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2008-04-12 22:42:57 +0000 |
commit | 841dfa0e7aaa6a0f0cce2901291d1d938dd0fc0a (patch) | |
tree | fdd67c81079412bf94013749a954125434a9baca /net/speedtouch/Makefile | |
parent | 6874584eae20f517f70816571f6d4ac696db16b3 (diff) | |
download | pkgsrc-841dfa0e7aaa6a0f0cce2901291d1d938dd0fc0a.tar.gz |
Convert to use PLIST_VARS instead of manually passing "@comment "
through PLIST_SUBST to the plist module.
Diffstat (limited to 'net/speedtouch/Makefile')
-rw-r--r-- | net/speedtouch/Makefile | 7 |
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 |