summaryrefslogtreecommitdiff
path: root/misc/kdeutils2
diff options
context:
space:
mode:
authorjlam <jlam>2001-11-13 21:22:24 +0000
committerjlam <jlam>2001-11-13 21:22:24 +0000
commit5526320491bba6d43b226986accf049727c2464a (patch)
tree5cb157ee0a23c85e5b37a869f4f36092e2b249ea /misc/kdeutils2
parentd85f37521d61058524410ee8f3a87b47f3e823d7 (diff)
downloadpkgsrc-5526320491bba6d43b226986accf049727c2464a.tar.gz
* Strongly buildlinkify.
* Use qt2-designer-kde for a uic that understands KDE2 widgets.
Diffstat (limited to 'misc/kdeutils2')
-rw-r--r--misc/kdeutils2/Makefile22
1 files changed, 13 insertions, 9 deletions
diff --git a/misc/kdeutils2/Makefile b/misc/kdeutils2/Makefile
index 475e78f733a..cbe56362ce1 100644
--- a/misc/kdeutils2/Makefile
+++ b/misc/kdeutils2/Makefile
@@ -1,25 +1,29 @@
-# $NetBSD: Makefile,v 1.6 2001/11/10 19:43:33 skrll Exp $
-#
+# $NetBSD: Makefile,v 1.7 2001/11/13 21:22:24 jlam Exp $
DISTNAME= kdeutils-2.2.1
PKGNAME= ${DISTNAME}nb1
-CATEGORIES= misc kde
-.include "../../x11/kde2/Makefile.part1"
COMMENT= Utilities for the KDE integrated X11 desktop
-DEPENDS+= kdebase>=2.2.1:../../x11/kdebase2
+.include "../../x11/kde2/Makefile.kde2"
-.include "../../x11/kde2/Makefile.part2"
+BUILD_DEPENDS+= qt2-designer-kde>=2.3.1nb1:../../x11/qt2-designer-kde
-LIBS= -Wl,--export-dynamic
+USE_BUILDLINK_ONLY= YES
.include "../../mk/bsd.prefs.mk"
-.if (${OPSYS} == "NetBSD") && exists(/usr/include/machine/apmvar.h)
-CPPFLAGS+= -D__NetBSD_APM__
+.if ${OPSYS} == "NetBSD"
+LIBS= -Wl,--export-dynamic
+
+. if exists(/usr/include/machine/apmvar.h)
+CPPFLAGS+= -D__NetBSD_APM__
+. endif
.endif
post-install:
${CHMOD} -s ${PREFIX}/bin/efax
+.include "../../x11/kde2/buildlink.mk"
+.include "../../x11/kdebase2/buildlink.mk"
+.include "../../mk/x11.buildlink.mk"
.include "../../mk/bsd.pkg.mk"