diff options
author | Peter Pentchev <roam@FreeBSD.org> | 2001-03-17 12:08:09 +0000 |
---|---|---|
committer | Peter Pentchev <roam@FreeBSD.org> | 2001-03-17 12:08:09 +0000 |
commit | f061afd9c226e9e9addbf71e4b517643c2ee3ca4 (patch) | |
tree | dafa41f1a0124170ea1acbc499c2a3995ea87e7b /mail | |
parent | Update to 0.15 and unbreak. KDE 1.x _is_ still in the tree! (diff) |
Update to 5.7.4.
Add USE_GMAKE - too many things in the autoconf build process depend
on GNU make.
Approved by: maintainer
Notes
Notes:
svn path=/head/; revision=39963
Diffstat (limited to 'mail')
-rw-r--r-- | mail/fetchmail/Makefile | 6 | ||||
-rw-r--r-- | mail/fetchmail/distinfo | 2 |
2 files changed, 5 insertions, 3 deletions
diff --git a/mail/fetchmail/Makefile b/mail/fetchmail/Makefile index fae7692f2ad8..d2d0b4f7eef7 100644 --- a/mail/fetchmail/Makefile +++ b/mail/fetchmail/Makefile @@ -10,7 +10,7 @@ # want fetchmailconf to work, define WITH_X11 PORTNAME= fetchmail -PORTVERSION= 5.7.2 +PORTVERSION= 5.7.4 CATEGORIES= mail ipv6 MASTER_SITES= http://www.tuxedo.org/~esr/fetchmail/ \ ftp://ftp.ccil.org/pub/esr/fetchmail/ @@ -22,12 +22,14 @@ LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext RUN_DEPENDS= ${LOCALBASE}/lib/python2.0/site-packages/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter .endif +USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-opie --enable-RPA --enable-POP2 --enable-SDPS \ --enable-nls --with-hesiod=no -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ +CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" \ CFLAGS="-I${LOCALBASE}/include ${CFLAGS}" +MAKE_ENV+= ${CONFIGURE_ENV} MAN1= fetchmail.1 MLINKS= fetchmail.1 fetchmailconf.1 diff --git a/mail/fetchmail/distinfo b/mail/fetchmail/distinfo index 50ba3d1e8085..201b864bc0ba 100644 --- a/mail/fetchmail/distinfo +++ b/mail/fetchmail/distinfo @@ -1 +1 @@ -MD5 (fetchmail-5.7.2.tar.gz) = f9210418ab6f065b58ffa0048e714d0d +MD5 (fetchmail-5.7.4.tar.gz) = 9aeb8702da10b8309cfc07d7e22283aa |