summaryrefslogtreecommitdiff
path: root/graphics/sane-frontends/Makefile
diff options
context:
space:
mode:
authorveego <veego@pkgsrc.org>2001-10-15 21:28:06 +0000
committerveego <veego@pkgsrc.org>2001-10-15 21:28:06 +0000
commitb8fcab8567908d50145650dad750a0bb83cfe77f (patch)
treef4282704e00c929819ece1fd313231d05c3f14c9 /graphics/sane-frontends/Makefile
parent489489cc8e1a0e0d8c38c316926b3790afbc5ce9 (diff)
downloadpkgsrc-b8fcab8567908d50145650dad750a0bb83cfe77f.tar.gz
Update sane-frontends to 1.0.5.
Change the Makefile to use the x11/gtk buildlink.mk. I found nothing in particular in the changelog. - synchronize with the sane-backends
Diffstat (limited to 'graphics/sane-frontends/Makefile')
-rw-r--r--graphics/sane-frontends/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/sane-frontends/Makefile b/graphics/sane-frontends/Makefile
index 4ffa10730bb..3cbdbb2e475 100644
--- a/graphics/sane-frontends/Makefile
+++ b/graphics/sane-frontends/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.4 2001/06/25 18:44:15 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2001/10/15 21:28:06 veego Exp $
#
-DISTNAME= sane-frontends-1.0.4
+DISTNAME= sane-frontends-1.0.5
CATEGORIES= graphics
MASTER_SITES= ftp://ftp.mostang.com/pub/sane/ \
ftp://gd.tuwien.ac.at/hci/sane/ \
@@ -14,7 +14,6 @@ MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.mostang.com/sane/
COMMENT= Frontends for access to scanners, digitals camera, frame grabbers etc
-DEPENDS+= gtk+-1.2.*:../../x11/gtk
DEPENDS+= gimp>=1.0.4:../../graphics/gimp
DEPENDS+= sane-backends>=1.0.4:../../graphics/sane-backends
@@ -31,4 +30,5 @@ CFLAGS= -O
# to find gimp includes
CPPFLAGS= -I${LOCALBASE}/include
+.include "../../x11/gtk/buildlink.mk"
.include "../../mk/bsd.pkg.mk"