diff options
author | ume <ume@FreeBSD.org> | 2011-05-01 21:21:07 +0800 |
---|---|---|
committer | ume <ume@FreeBSD.org> | 2011-05-01 21:21:07 +0800 |
commit | 84257d3267ac2a0eace91e1dc8441dd79deca014 (patch) | |
tree | 48633a6f3261c3b587874fefec036c3b1cd0bb29 /net/mpd-l2tp-ipv6pd-client | |
parent | 235b4e0ad5f55c4c0cdad95d09e9f314d1a21848 (diff) | |
download | freebsd-ports-gnome-84257d3267ac2a0eace91e1dc8441dd79deca014.tar.gz freebsd-ports-gnome-84257d3267ac2a0eace91e1dc8441dd79deca014.tar.zst freebsd-ports-gnome-84257d3267ac2a0eace91e1dc8441dd79deca014.zip |
Add missing IS_INTERACTIVE=yes.
PR: ports/156751
Submitted by: Marcin Cieslak <saper__at__saper.info>
Diffstat (limited to 'net/mpd-l2tp-ipv6pd-client')
-rw-r--r-- | net/mpd-l2tp-ipv6pd-client/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/mpd-l2tp-ipv6pd-client/Makefile b/net/mpd-l2tp-ipv6pd-client/Makefile index 05588cd64a8e..5853229a844a 100644 --- a/net/mpd-l2tp-ipv6pd-client/Makefile +++ b/net/mpd-l2tp-ipv6pd-client/Makefile @@ -15,6 +15,7 @@ DISTFILES= # none MAINTAINER= ume@FreeBSD.org COMMENT= A sample implementaiton set of "L2TP-IPv6PD" client using mpd +IS_INTERACTIVE= yes MANUAL_PACKAGE_BUILD=yes NO_PACKAGE= yes USE_RC_SUBR= yes |