aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authorarved <arved@FreeBSD.org>2003-11-07 02:38:23 +0800
committerarved <arved@FreeBSD.org>2003-11-07 02:38:23 +0800
commit5ac76c629845922434a586cd9e86c463aaabdf4c (patch)
tree0479b67de98f6bd5e533ecc1df68eb6399a5bfce /textproc
parent0ecefd51e7cee8e420c92f55b7d9c676eb7d8df7 (diff)
downloadfreebsd-ports-gnome-5ac76c629845922434a586cd9e86c463aaabdf4c.tar.gz
freebsd-ports-gnome-5ac76c629845922434a586cd9e86c463aaabdf4c.tar.zst
freebsd-ports-gnome-5ac76c629845922434a586cd9e86c463aaabdf4c.zip
fix build on CURRENT
PR: 58358 Submitted by: Markus Brueffer <brueffer@phoenix-systems.de>
Diffstat (limited to 'textproc')
-rw-r--r--textproc/kdiff3/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/kdiff3/Makefile b/textproc/kdiff3/Makefile
index 0286916c2914..ff86d87d0994 100644
--- a/textproc/kdiff3/Makefile
+++ b/textproc/kdiff3/Makefile
@@ -19,4 +19,6 @@ CONFIGURE_ARGS+= --program-transform-name=s,^,,
USE_KDELIBS_VER= 3
GNU_CONFIGURE= yes
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+.include "${PORTSDIR}/x11/kde3/Makefile.kde"
+.include <bsd.port.post.mk>