diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-15 07:14:12 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-15 07:14:12 +0000 |
commit | dcf99688a1711ab176bca363f8d11b57acb961ac (patch) | |
tree | f4e196d880f05adbbeb3d1416d8f4e48ba29d796 /mail/cone | |
parent | 3db2dffc6a9357d280871c3be54055600ce7fb2d (diff) |
Notes
Diffstat (limited to 'mail/cone')
-rw-r--r-- | mail/cone/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/mail/cone/Makefile b/mail/cone/Makefile index 3218273e1966..70f5a28cea8c 100644 --- a/mail/cone/Makefile +++ b/mail/cone/Makefile @@ -19,12 +19,10 @@ BUILD_DEPENDS= gpgv:${PORTSDIR}/security/gnupg1 RUN_DEPENDS:= ${BUILD_DEPENDS} USE_FAM= yes -USES= gettext iconv ncurses +USES= gettext gmake iconv ncurses perl5 USE_GNOME= libxml2 USE_BZIP2= yes -USE_PERL5= yes -USE_GMAKE= yes CPPFLAGS+= -I${LOCALBASE}/include GNU_CONFIGURE= yes CONFIGURE_ARGS= -C --without-db --with-certdb=${PREFIX}/share/cone/rootcerts --prefix=${PREFIX} --exec-prefix=${PREFIX} |