diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2003-11-06 18:38:23 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2003-11-06 18:38:23 +0000 |
commit | fc59e3a9974f5233c05ace3160666522195546ff (patch) | |
tree | 6100cbb8fcd573b49477240e41ce6d8c2c4291fc /textproc/kdiff3 | |
parent | 9dfaf4d53c4fa8b03965dede02062e09d177c695 (diff) |
Notes
Diffstat (limited to 'textproc/kdiff3')
-rw-r--r-- | textproc/kdiff3/Makefile | 4 |
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> |