summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2001-07-03 20:54:15 +0000
committerjlam <jlam@pkgsrc.org>2001-07-03 20:54:15 +0000
commit6c57490e71c4edc3634fe047a8bfd1c6674ea748 (patch)
treebefe3dd79e99e5cf999521aeccdca98efe7a1cf0
parentfb65454d8e24f39508e6e4ebc475caddada47faa (diff)
downloadpkgsrc-6c57490e71c4edc3634fe047a8bfd1c6674ea748.tar.gz
Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY.
-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"