summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2003-11-06 18:38:23 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2003-11-06 18:38:23 +0000
commitfc59e3a9974f5233c05ace3160666522195546ff (patch)
tree6100cbb8fcd573b49477240e41ce6d8c2c4291fc
parentUse wxWindows with gtk2 (diff)
fix build on CURRENT
PR: 58358 Submitted by: Markus Brueffer <brueffer@phoenix-systems.de>
Notes
Notes: svn path=/head/; revision=93245
-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>