summaryrefslogtreecommitdiff
path: root/graphics/autotrace
diff options
context:
space:
mode:
authorzuntum <zuntum>2001-07-09 18:25:30 +0000
committerzuntum <zuntum>2001-07-09 18:25:30 +0000
commitee9afe041a52fee5daefa430cb5a5312b0817d1f (patch)
tree246f729a3910fcb1fdc436685cdbfd1b2fe9a118 /graphics/autotrace
parent70379d4bcc7d5d2ac2500928435384af386eea10 (diff)
downloadpkgsrc-ee9afe041a52fee5daefa430cb5a5312b0817d1f.tar.gz
Converted to use buildlink.mk files
Diffstat (limited to 'graphics/autotrace')
-rw-r--r--graphics/autotrace/Makefile6
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"