diff options
author | agc <agc@pkgsrc.org> | 2002-01-30 12:05:27 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2002-01-30 12:05:27 +0000 |
commit | 686fb6e67c385734f0236b036e2770eb370e139d (patch) | |
tree | f1b929fe2b4c6f07c2900bcb7443226c447b1c6b /graphics/aview/Makefile | |
parent | 34353c408d85433b3dab8828fb85600c277ebef8 (diff) | |
download | pkgsrc-686fb6e67c385734f0236b036e2770eb370e139d.tar.gz |
Apply mods from Lubomir Sedlacik <salo@Xtrmntr.org> in PR 15269 to
remove X11 support, now that there's an aview-x11 package.
Diffstat (limited to 'graphics/aview/Makefile')
-rw-r--r-- | graphics/aview/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/graphics/aview/Makefile b/graphics/aview/Makefile index 2b9ea5dd6f4..b905d5539ac 100644 --- a/graphics/aview/Makefile +++ b/graphics/aview/Makefile @@ -1,7 +1,9 @@ -# $NetBSD: Makefile,v 1.1.1.1 2002/01/09 11:49:33 agc Exp $ +# $NetBSD: Makefile,v 1.2 2002/01/30 12:05:27 agc Exp $ # DISTNAME= aview-1.3.0rc1 +PKGNAME= aview-1.3.0.1 +PKGREVISION= 1 CATEGORIES= graphics converters MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=aa-project/} @@ -9,6 +11,8 @@ MAINTAINER= salo@Xtrmntr.org HOMEPAGE= http://aa-project.sourceforge.net/aview/ COMMENT= ASCII Art image viewer +CONFLICTS+= aview-x11-[0-9]* + WRKSRC= ${WRKDIR}/aview-1.3.0 PLIST_SRC= ${WRKDIR}/PLIST @@ -45,5 +49,4 @@ post-install: .include "../../graphics/aalib/buildlink.mk" .include "../../graphics/netpbm/buildlink.mk" -.include "../../mk/x11.buildlink.mk" .include "../../mk/bsd.pkg.mk" |