diff options
Diffstat (limited to 'mail/mboxgrep/Makefile')
-rw-r--r-- | mail/mboxgrep/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/mboxgrep/Makefile b/mail/mboxgrep/Makefile index 6bc064195414..10f42f69631f 100644 --- a/mail/mboxgrep/Makefile +++ b/mail/mboxgrep/Makefile @@ -6,7 +6,7 @@ # PORTNAME= mboxgrep -PORTVERSION= 0.7.7 +PORTVERSION= 0.7.8 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -18,6 +18,8 @@ COMMENT= Utility to scan mailboxes for messages matching a regular expression LIB_DEPENDS= pcre.0:${PORTSDIR}/devel/pcre .endif +WRKSRC= ${WRKDIR}/${PORTNAME} + GNU_CONFIGURE= yes CONFIGURE_ENV+= CFLAGS="${CFLAGS} -I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" |