summaryrefslogtreecommitdiff
path: root/graphics/autotrace
diff options
context:
space:
mode:
authorzuntum <zuntum@pkgsrc.org>2001-07-09 18:25:30 +0000
committerzuntum <zuntum@pkgsrc.org>2001-07-09 18:25:30 +0000
commitd43678c24b556cd5227e0c2cb4fab2343f4d0bc1 (patch)
tree246f729a3910fcb1fdc436685cdbfd1b2fe9a118 /graphics/autotrace
parent98b7813db05596071b3b70861a7508d541372e30 (diff)
downloadpkgsrc-d43678c24b556cd5227e0c2cb4fab2343f4d0bc1.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"