diff options
author | jlam <jlam> | 2001-07-03 20:54:15 +0000 |
---|---|---|
committer | jlam <jlam> | 2001-07-03 20:54:15 +0000 |
commit | e7d0649d77ad01a5884d4b0e530413a73eb4f6cd (patch) | |
tree | befe3dd79e99e5cf999521aeccdca98efe7a1cf0 /cad | |
parent | 023999ad490600fa79439bbe1b4b773ef5d48f2c (diff) | |
download | pkgsrc-e7d0649d77ad01a5884d4b0e530413a73eb4f6cd.tar.gz |
Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY.
Diffstat (limited to 'cad')
-rw-r--r-- | cad/dinotrace/Makefile | 7 |
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" |