diff options
author | wiz <wiz@pkgsrc.org> | 2005-12-11 09:40:37 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-12-11 09:40:37 +0000 |
commit | 7e1c5bfbc985ec61c579342934a7cc56bc3d29bb (patch) | |
tree | 833777ff9c9882d5f6516d9f65a2944f5dd58aef /graphics/Makefile | |
parent | f780690ac48a5897f358644a88dea818dc99db9e (diff) | |
download | pkgsrc-7e1c5bfbc985ec61c579342934a7cc56bc3d29bb.tar.gz |
Convert aalib to options framework, adding an 'x11' option, and remove
aalib-x11 and aview-x11.
SDL dependencies change, so bump PKGREVISION (and BUILDLINK_RECOMMENDED)
for affected packages.
Addresses PR 32046 by Leonard Schmidt.
Diffstat (limited to 'graphics/Makefile')
-rw-r--r-- | graphics/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index adc4c986dea..59e2c299f55 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.404 2005/12/09 15:49:34 gdt Exp $ +# $NetBSD: Makefile,v 1.405 2005/12/11 09:40:44 wiz Exp $ # COMMENT= Graphics tools and libraries @@ -25,12 +25,10 @@ SUBDIR+= SDLKit SUBDIR+= SDL_image SUBDIR+= TiffIO SUBDIR+= aalib -SUBDIR+= aalib-x11 SUBDIR+= aqsis SUBDIR+= artist SUBDIR+= autotrace SUBDIR+= aview -SUBDIR+= aview-x11 SUBDIR+= barcode SUBDIR+= bktr2jpeg SUBDIR+= blender |