diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2013-08-03 13:44:00 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2013-08-03 13:44:00 +0000 |
commit | 62a41b423ba42c0a1ab0c0ada5d33752e965f615 (patch) | |
tree | 5fff787fcf509ed53762690c395516c337412423 /cad/dinotrace | |
parent | 3d7ef3e463a5e930be63835c21dd2d345f88ea2d (diff) |
Notes
Diffstat (limited to 'cad/dinotrace')
-rw-r--r-- | cad/dinotrace/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/cad/dinotrace/Makefile b/cad/dinotrace/Makefile index 67e99d4e3dfc..0ffb3b6b4ab1 100644 --- a/cad/dinotrace/Makefile +++ b/cad/dinotrace/Makefile @@ -16,10 +16,9 @@ OPTIONS_DEFAULT= EMACS EMACS_DESC= Install Emacs supplimentary files USE_XORG= x11 sm ice xmu xt -USES= gmake motif -USE_PERL5_BUILD= yes +USES= gmake motif perl5 +USE_PERL5= build GNU_CONFIGURE= yes -MAKE_JOBS_SAFE= yes INFO= dinotrace PLIST_FILES= bin/dinotrace |