diff options
author | wiz <wiz> | 2014-09-08 20:40:29 +0000 |
---|---|---|
committer | wiz <wiz> | 2014-09-08 20:40:29 +0000 |
commit | 2368be326620b7a294329bec90f7ea5b7e13708e (patch) | |
tree | 7e545bd03460e92fd0120bb5f2baf72f15dbcf04 /graphics/aview | |
parent | e294401e9dbdc83862ed3e60612da6f6ae9bc210 (diff) | |
download | pkgsrc-2368be326620b7a294329bec90f7ea5b7e13708e.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/Makefile | 8 |
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" |