diff options
author | tv <tv@pkgsrc.org> | 2005-11-03 16:55:46 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2005-11-03 16:55:46 +0000 |
commit | 7892333f8a842ce447644e9b744ff4bb295ecaca (patch) | |
tree | 3f7a3b9b68c545f47fee6be0d89a87d08837b8b7 /net/totd | |
parent | 2ecb8a3b2fc199945258d4da1b551851f3808ba0 (diff) | |
download | pkgsrc-7892333f8a842ce447644e9b744ff4bb295ecaca.tar.gz |
Fix PKG_OPTIONS_VAR in previous.
Diffstat (limited to 'net/totd')
-rw-r--r-- | net/totd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/totd/Makefile b/net/totd/Makefile index 63be17aef75..a810d0b0f7f 100644 --- a/net/totd/Makefile +++ b/net/totd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2005/11/03 16:55:26 tv Exp $ +# $NetBSD: Makefile,v 1.19 2005/11/03 16:55:46 tv Exp $ # DISTNAME= totd-1.4 @@ -17,7 +17,7 @@ post-install: ${INSTALL_DATA} ${FILESDIR}/totd.conf.sample \ ${PREFIX}/share/examples/totd/totd.conf.sample -PKG_OPTIONS_VAR= PKG_OPTIONS.sipcalc +PKG_OPTIONS_VAR= PKG_OPTIONS.totd PKG_OPTIONS_REQUIRED_GROUPS= inet6 # require inet6 capability PKG_OPTIONS_GROUP.inet6= inet6 |