summaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2013-08-24 03:58:11 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2013-08-24 03:58:11 +0800
commit7221e94f1713775c5fdfe1162d3b776d60487071 (patch)
tree6f6dcd243490dc065570ea6416789584a1e0e06b /www
parent45a8e40049125fc78fe6bfc8b6fa2b936869f80d (diff)
downloadmarcuscom-ports-7221e94f1713775c5fdfe1162d3b776d60487071.tar
marcuscom-ports-7221e94f1713775c5fdfe1162d3b776d60487071.tar.gz
marcuscom-ports-7221e94f1713775c5fdfe1162d3b776d60487071.tar.bz2
marcuscom-ports-7221e94f1713775c5fdfe1162d3b776d60487071.tar.lz
marcuscom-ports-7221e94f1713775c5fdfe1162d3b776d60487071.tar.xz
marcuscom-ports-7221e94f1713775c5fdfe1162d3b776d60487071.tar.zst
marcuscom-ports-7221e94f1713775c5fdfe1162d3b776d60487071.zip
Unbreak Makefile woops.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18664 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'www')
-rw-r--r--www/webkit-gtk2/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/www/webkit-gtk2/Makefile b/www/webkit-gtk2/Makefile
index a568aac90..733b99f7e 100644
--- a/www/webkit-gtk2/Makefile
+++ b/www/webkit-gtk2/Makefile
@@ -68,6 +68,8 @@ CONFIGURE_ARGS+=--disable-debug
CFLAGS+= -mminimal-toc
.endif
+.include <bsd.port.pre.mk>
+
.if ${PERL_LEVEL} >= 501400
BUILD_DEPENDS+= p5-Switch>0:${PORTSDIR}/lang/p5-Switch
.endif
@@ -94,4 +96,4 @@ post-install:
${LN} -sf ${PREFIX}/libdata/pkgconfig/webkit-1.0.pc \
${PREFIX}/libdata/pkgconfig/webkitgtk-1.0.pc
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>