summaryrefslogtreecommitdiff
path: root/mail/sylpheed3
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2002-11-03 15:12:05 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2002-11-03 15:12:05 +0000
commitc636aaa5d41d5b62a08cdcef8a0993a043607f96 (patch)
tree9d854e6fc035b5e4df9cf98abb8d1ef86280d623 /mail/sylpheed3
parentadd netspoc 1.4 (diff)
Use bsd.port.(pre|post).mk
PR: 38616 Submitted by: KAWATA masahiko <kawata@mta.biglobe.ne.jp> Approved by: Oliver Lehmann <lehmann@ans-netz.de> (maintainer)
Notes
Notes: svn path=/head/; revision=69351
Diffstat (limited to 'mail/sylpheed3')
-rw-r--r--mail/sylpheed3/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/sylpheed3/Makefile b/mail/sylpheed3/Makefile
index d118adaf7a6f..76439fc14a8b 100644
--- a/mail/sylpheed3/Makefile
+++ b/mail/sylpheed3/Makefile
@@ -24,6 +24,8 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib"
CONFIGURE_ARGS= --enable-ipv6 --prefix=${PREFIX} --with-included-gettext
+.include <bsd.port.pre.mk>
+
.if defined(WITH_PIXBUF)
LIB_DEPENDS+= gdk_pixbuf.2:${PORTSDIR}/graphics/gdk-pixbuf
CONFIGURE_ARGS+=--disable-imlib
@@ -101,4 +103,4 @@ post-install:
.endfor
.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>