summaryrefslogtreecommitdiff
path: root/cad
diff options
context:
space:
mode:
authorjlam <jlam>2001-07-03 20:54:15 +0000
committerjlam <jlam>2001-07-03 20:54:15 +0000
commit5bbdc6e2e3482dd2cd1e75099bade2eb55c18828 (patch)
treebefe3dd79e99e5cf999521aeccdca98efe7a1cf0 /cad
parentca32fe9bba6628c84283383925e08dcc0875bb71 (diff)
downloadpkgsrc-5bbdc6e2e3482dd2cd1e75099bade2eb55c18828.tar.gz
Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY.
Diffstat (limited to 'cad')
-rw-r--r--cad/dinotrace/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/cad/dinotrace/Makefile b/cad/dinotrace/Makefile
index 6fc77d9e909..ed3926f1313 100644
--- a/cad/dinotrace/Makefile
+++ b/cad/dinotrace/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2001/05/24 20:17:13 dmcmahill Exp $
+# $NetBSD: Makefile,v 1.8 2001/07/03 20:54:15 jlam Exp $
#
DISTNAME= dinotrace-9.1d
@@ -11,7 +11,8 @@ COMMENT= tool for viewing the output of digital simulators
INFO_FILES= dinotrace.info
-GNU_CONFIGURE= YES
-USE_MOTIF= YES
+USE_BUILDLINK_ONLY= YES
+GNU_CONFIGURE= YES
+.include "../../x11/lesstif/buildlink.mk"
.include "../../mk/bsd.pkg.mk"