diff options
author | anders <anders@FreeBSD.org> | 2003-04-10 05:56:11 +0800 |
---|---|---|
committer | anders <anders@FreeBSD.org> | 2003-04-10 05:56:11 +0800 |
commit | f02d4744ff496727cf8d3e775d162f4506513d75 (patch) | |
tree | 37dee776694eb669db489989927d1a6e12d462e7 /mail/mboxgrep/Makefile | |
parent | 6832d991ff5c451a5f2addd4f78811d6a1a6658b (diff) | |
download | freebsd-ports-gnome-f02d4744ff496727cf8d3e775d162f4506513d75.tar.gz freebsd-ports-gnome-f02d4744ff496727cf8d3e775d162f4506513d75.tar.zst freebsd-ports-gnome-f02d4744ff496727cf8d3e775d162f4506513d75.zip |
Update to 0.7.8.
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" |