diff options
author | Renato Botelho <garga@FreeBSD.org> | 2006-03-08 11:14:22 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2006-03-08 11:14:22 +0000 |
commit | 764f5e33b76905f0c29ea0a067f73f619b9d382a (patch) | |
tree | e6b685c4e0aff51b0627746ca43436201d84d25a /mail/libnewmail/Makefile | |
parent | 2588e596bffc83daeede0b6fcae67eec843396bb (diff) |
Notes
Diffstat (limited to 'mail/libnewmail/Makefile')
-rw-r--r-- | mail/libnewmail/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mail/libnewmail/Makefile b/mail/libnewmail/Makefile index 6cc344bc1212..802f0e80fe05 100644 --- a/mail/libnewmail/Makefile +++ b/mail/libnewmail/Makefile @@ -9,7 +9,7 @@ PORTNAME= libnewmail PORTVERSION= 0.3 PORTREVISION= 8 CATEGORIES= mail -MASTER_SITES= http://www.stud.uni-hamburg.de/~lennart/projects/libnewmail/ +MASTER_SITES= http://0pointer.de/lennart/projects/libnewmail/ MAINTAINER= ports@FreeBSD.org COMMENT= Generic mail checking library @@ -20,7 +20,6 @@ LIB_DEPENDS= gnutls.15:${PORTSDIR}/security/gnutls \ USE_AUTOTOOLS= libltdl:15 GNU_CONFIGURE= yes INSTALLS_SHLIB= yes -USE_REINPLACE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" CONFIGURE_ARGS+= --disable-doxygen --disable-lynx |