aboutsummaryrefslogtreecommitdiff
path: root/mail/sylpheed3/Makefile
diff options
context:
space:
mode:
authorNorikatsu Shigemura <nork@FreeBSD.org>2003-03-23 10:27:32 +0000
committerNorikatsu Shigemura <nork@FreeBSD.org>2003-03-23 10:27:32 +0000
commitf388150da86dd311e51660c7847c7750b45c9d3f (patch)
tree0306d82147b0335a87796920b47e69ef1a3cf3f5 /mail/sylpheed3/Makefile
parent976d48f590eb2631f6e1e57d8fc9054800b4b06b (diff)
Notes
Diffstat (limited to 'mail/sylpheed3/Makefile')
-rw-r--r--mail/sylpheed3/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/mail/sylpheed3/Makefile b/mail/sylpheed3/Makefile
index bc28c71de898..6efad9399509 100644
--- a/mail/sylpheed3/Makefile
+++ b/mail/sylpheed3/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= sylpheed
-PORTVERSION= 0.8.10
+PORTVERSION= 0.8.11
PORTREVISION= 0
CATEGORIES= mail ipv6
MASTER_SITES= http://sylpheed.good-day.net/sylpheed/
@@ -21,8 +21,8 @@ USE_GTK= yes
USE_LIBTOOL= yes
USE_REINPLACE= yes
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
- LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib"
+CONFIGURE_ENV= CPPFLAGS="-I${PREFIX}/include -I${LOCALBASE}/include -I${X11BASE}/include" \
+ LIBS="-L${PREFIX}/lib -L${LOCALBASE}/lib -L${X11BASE}/lib"
CONFIGURE_ARGS= --enable-ipv6 --prefix=${PREFIX} --with-included-gettext \
--program-transform-name=''
@@ -88,7 +88,7 @@ pre-everything::
post-patch:
@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS:S/"//g}|g; \
- s|-lresolv||g' ${WRKSRC}/configure
+ s|-lresolv||g; s|-lpisock\"|-liconv &|g' ${WRKSRC}/configure
.if defined(NOPORTDOCS)
@${REINPLACE_CMD} -e 's|^SUBDIRS = ac po intl src manual faq$$|SUBDIRS = ac po intl src|g' \