diff options
author | zuntum <zuntum> | 2001-07-09 18:25:30 +0000 |
---|---|---|
committer | zuntum <zuntum> | 2001-07-09 18:25:30 +0000 |
commit | 4760a8ef8506a0ce2254d8a1fed138e0d79d790a (patch) | |
tree | 246f729a3910fcb1fdc436685cdbfd1b2fe9a118 /graphics | |
parent | c5074c73b09a23a56214f834bd779173872a6556 (diff) | |
download | pkgsrc-4760a8ef8506a0ce2254d8a1fed138e0d79d790a.tar.gz |
Converted to use buildlink.mk files
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/autotrace/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/autotrace/Makefile b/graphics/autotrace/Makefile index cb64444c9cf..1c443ee9ab1 100644 --- a/graphics/autotrace/Makefile +++ b/graphics/autotrace/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2001/02/16 15:22:15 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2001/07/09 18:25:30 zuntum Exp $ # DISTNAME= autotrace-0.26 @@ -10,9 +10,9 @@ MAINTAINER= rh@netbsd.org HOMEPAGE= http://homepages.go.com/homepages/m/a/r/martweb/AutoTrace.htm COMMENT= convert bitmap to vector graphics -DEPENDS+= ImageMagick>=5.2.8:../../graphics/ImageMagick - +USE_BUILDLINK_ONLY= YES GNU_CONFIGURE= YES USE_X11= YES +.include "../../graphics/ImageMagick/buildlink.mk" .include "../../mk/bsd.pkg.mk" |