summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorsnj <snj>2004-05-03 22:41:43 +0000
committersnj <snj>2004-05-03 22:41:43 +0000
commit8679c30432c5e247c2c292221c24b03329c64933 (patch)
tree0f61343fad8f69aab7486f3f20ccb79312ede17d /graphics
parent2d829ffee89f8a8f4e0f283e977c4511cf74dafc (diff)
downloadpkgsrc-8679c30432c5e247c2c292221c24b03329c64933.tar.gz
Convert to buildlink3.
Diffstat (limited to 'graphics')
-rw-r--r--graphics/tcm/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/tcm/Makefile b/graphics/tcm/Makefile
index 0a07ee019d0..7513b85ada6 100644
--- a/graphics/tcm/Makefile
+++ b/graphics/tcm/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2004/01/27 00:53:11 heinz Exp $
+# $NetBSD: Makefile,v 1.20 2004/05/03 22:41:43 snj Exp $
DISTNAME= tcm-2.01.src
PKGNAME= tcm-2.01
@@ -11,7 +11,7 @@ HOMEPAGE= http://wwwhome.cs.utwente.nl/~tcm/index.html
COMMENT= TCM - Toolkit for Conceptual Modeling
WRKSRC= ${WRKDIR}/tcm-2.01/src
-USE_BUILDLINK2= YES
+USE_BUILDLINK3= YES
USE_PKGINSTALL= YES
USE_X11BASE= YES
@@ -91,7 +91,7 @@ do-install:
${INSTALL_DATA} ${TCM_SRC}/doc/wishlist/* \
${PREFIX}/share/doc/html/tcm/wishlist/
-.include "../../mk/motif.buildlink2.mk"
+.include "../../mk/motif.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
.if defined(MOTIF_TYPE) && (${MOTIF_TYPE} == "lesstif")