pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang/icon Modular Xorg support.
details: https://anonhg.NetBSD.org/pkgsrc/rev/be3e0830c70a
branches: trunk
changeset: 525534:be3e0830c70a
user: joerg <joerg%pkgsrc.org@localhost>
date: Mon Feb 19 11:45:30 2007 +0000
description:
Modular Xorg support.
diffstat:
lang/icon/Makefile | 8 +++++---
1 files changed, 5 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r a1cfc82ed47f -r be3e0830c70a lang/icon/Makefile
--- a/lang/icon/Makefile Mon Feb 19 11:21:31 2007 +0000
+++ b/lang/icon/Makefile Mon Feb 19 11:45:30 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.40 2006/06/06 17:28:02 rillig Exp $
+# $NetBSD: Makefile,v 1.41 2007/02/19 11:45:30 joerg Exp $
DISTNAME= icon.v942src
PKGNAME= icon-9.4.2
@@ -52,8 +52,6 @@
PKG_FAIL_REASON+= "${PKGNAME} does not have the correct config name for this system"
.endif
-.include "../../mk/x11.buildlink3.mk"
-
pre-build:
${MKDIR} ${WRKSRC}/lib/icon
@@ -66,4 +64,8 @@
do-install:
cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} dest=${PREFIX} Install
+BUILDLINK_DEPMETHOD.libXt?= build
+
+.include "../../x11/libX11/buildlink3.mk"
+.include "../../x11/libXt/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index