summaryrefslogtreecommitdiff
path: root/databases/krecipes
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2007-01-11 11:37:07 +0000
committerjoerg <joerg@pkgsrc.org>2007-01-11 11:37:07 +0000
commit40404f7c5c036c792705bcbfaceb24520574d6c4 (patch)
treed5098914d3595c9d358bc4c51aa9de7a688ec0a9 /databases/krecipes
parentc27f410bc810fd5addce6910203cacab17251889 (diff)
downloadpkgsrc-40404f7c5c036c792705bcbfaceb24520574d6c4.tar.gz
Modular Xorg support.
Diffstat (limited to 'databases/krecipes')
-rw-r--r--databases/krecipes/Makefile9
1 files changed, 7 insertions, 2 deletions
diff --git a/databases/krecipes/Makefile b/databases/krecipes/Makefile
index a511fe23919..9bba3db7c06 100644
--- a/databases/krecipes/Makefile
+++ b/databases/krecipes/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2006/05/25 11:07:04 markd Exp $
+# $NetBSD: Makefile,v 1.8 2007/01/11 11:37:07 joerg Exp $
#
DISTNAME= krecipes-0.9.1
@@ -16,7 +16,12 @@ USE_TOOLS+= msgfmt
CONFIGURE_ARGS+= --without-mysql --without-postgresql
+BUILDLINK_DEPMETHOD.libXt?= build
+
.include "../../meta-pkgs/kde3/kde3.mk"
-.include "../../x11/kdelibs3/buildlink3.mk"
.include "../../databases/sqlite3/buildlink3.mk"
+.include "../../x11/kdelibs3/buildlink3.mk"
+.include "../../x11/libSM/buildlink3.mk"
+.include "../../x11/libX11/buildlink3.mk"
+.include "../../x11/libXt/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"