diff options
Diffstat (limited to 'mail/mboxgrep/Makefile')
-rw-r--r-- | mail/mboxgrep/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mail/mboxgrep/Makefile b/mail/mboxgrep/Makefile index 2d2e51ed01bb..a9ee8543d4e5 100644 --- a/mail/mboxgrep/Makefile +++ b/mail/mboxgrep/Makefile @@ -7,6 +7,7 @@ PORTNAME= mboxgrep PORTVERSION= 0.7.9 +PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -20,6 +21,8 @@ LIB_DEPENDS= pcre.0:${PORTSDIR}/devel/pcre GNU_CONFIGURE= yes CONFIGURE_ENV+= CFLAGS="${CFLAGS} -I${LOCALBASE}/include" LIBS="-L${LOCALBASE}/lib" +USE_OPENSSL= yes +USE_GETOPT_LONG=yes MAN1= mboxgrep.1 INFO= mboxgrep |