summaryrefslogtreecommitdiff
path: root/graphics/aview
diff options
context:
space:
mode:
authorwiz <wiz>2014-09-08 20:40:29 +0000
committerwiz <wiz>2014-09-08 20:40:29 +0000
commit88adc10d9af67455453c831971b5fc928fc24a1e (patch)
tree7e545bd03460e92fd0120bb5f2baf72f15dbcf04 /graphics/aview
parent9a9f79cbbda87ca88a984f2225089f7c44977e54 (diff)
downloadpkgsrc-88adc10d9af67455453c831971b5fc928fc24a1e.tar.gz
DEPEND on netpbm instead of including its buildlink3.mk file, if you're
not linking against it. Bump PKGREVISION for packages that (might be|are) changed.
Diffstat (limited to 'graphics/aview')
-rw-r--r--graphics/aview/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/graphics/aview/Makefile b/graphics/aview/Makefile
index 9833b3ce912..75aca73629c 100644
--- a/graphics/aview/Makefile
+++ b/graphics/aview/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.30 2013/02/16 11:21:39 wiz Exp $
-#
+# $NetBSD: Makefile,v 1.31 2014/09/08 20:40:29 wiz Exp $
DISTNAME= aview-1.3.0rc1
PKGNAME= aview-1.3.0.1
-PKGREVISION= 15
+PKGREVISION= 16
CATEGORIES= graphics converters
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=aa-project/}
@@ -12,6 +11,8 @@ HOMEPAGE= http://aa-project.sourceforge.net/aview/
COMMENT= ASCII Art image viewer
LICENSE= gnu-gpl-v2
+DEPENDS+= netpbm-[0-9]*:../../graphics/netpbm
+
CONFLICTS+= aview-x11-[0-9]*
PLIST_SRC= ${WRKDIR}/PLIST
@@ -54,6 +55,5 @@ post-install:
.endif
.include "../../graphics/aalib/buildlink3.mk"
-.include "../../graphics/netpbm/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"