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 | |
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')
-rw-r--r-- | graphics/aview/DESCR | 2 | ||||
-rw-r--r-- | graphics/aview/MESSAGE | 7 | ||||
-rw-r--r-- | graphics/aview/Makefile | 7 |
3 files changed, 14 insertions, 2 deletions
diff --git a/graphics/aview/DESCR b/graphics/aview/DESCR index 9cf47d06714..32c29d20cc9 100644 --- a/graphics/aview/DESCR +++ b/graphics/aview/DESCR @@ -15,3 +15,5 @@ dT 8 8 Tb aview features: * Hidden "bonus" features :) * Inversion * Support for bright, dim, inverse attributes/extended character set + +This package is built without X11 support. diff --git a/graphics/aview/MESSAGE b/graphics/aview/MESSAGE new file mode 100644 index 00000000000..b9ca40a1382 --- /dev/null +++ b/graphics/aview/MESSAGE @@ -0,0 +1,7 @@ +====================================================================== +$NetBSD: MESSAGE,v 1.1 2002/01/30 12:05:27 agc Exp $ + +This package is built without X11 support. If you want X11 support +included, use the graphics/aview-x11 package instead. + +====================================================================== 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" |