diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2003-11-17 04:37:59 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2003-11-17 04:37:59 +0000 |
commit | 87f18de9ec0f0129df21c6fad2f07ab0743b1a14 (patch) | |
tree | 8beffaf96036c1e714390af3ee0bdc0786910c94 /net/citadel | |
parent | Upgrade to v3.6. (diff) |
Mark interactive to appease bento builds.
PR: ports/59309
Submitted by: Brian Ledbetter <brian@shadowcom.net> (maintainer)
Notes
Notes:
svn path=/head/; revision=94151
Diffstat (limited to 'net/citadel')
-rw-r--r-- | net/citadel/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/citadel/Makefile b/net/citadel/Makefile index f62a348970cd..7bdb35e344f3 100644 --- a/net/citadel/Makefile +++ b/net/citadel/Makefile @@ -7,7 +7,7 @@ PORTNAME= citadel PORTVERSION= 5.80 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MASTER_SITES= http://uncensored.citadel.org/pub/citadel/ \ ftp://ftp.tux.org/pub/net/citadel/ \ @@ -23,6 +23,7 @@ WRKSRC= ${WRKDIR}/citadel GNU_CONFIGURE= yes USE_GMAKE= yes CONFIGURE_ARGS= --with-gdbm=${LOCALBASE} +IS_INTERACTIVE= yes post-install: ${STRIP} ${PREFIX}/bin/aidepost |