diff options
author | drochner <drochner@pkgsrc.org> | 2007-01-11 19:03:05 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2007-01-11 19:03:05 +0000 |
commit | 5302fac1abff915a1e75a4975f587557d865f944 (patch) | |
tree | 49af81393402bde56bdf7143cbe9cb348f3c7fc3 /graphics/Makefile | |
parent | 2e2e6d3d72752c9f737c6b8d14014077fa9d7802 (diff) | |
download | pkgsrc-5302fac1abff915a1e75a4975f587557d865f944.tar.gz |
Untangle dependencies: split out the "exrdisplay" GUI app which needs
fltk from the rest.
Now eg KDE doesn't require fltk anymore which looked a bit strange.
Diffstat (limited to 'graphics/Makefile')
-rw-r--r-- | graphics/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index 6df719eb673..7d930956184 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.443 2007/01/05 19:34:48 kristerw Exp $ +# $NetBSD: Makefile,v 1.444 2007/01/11 19:03:05 drochner Exp $ # COMMENT= Graphics tools and libraries @@ -206,6 +206,7 @@ SUBDIR+= ocrad SUBDIR+= opencv SUBDIR+= opendis SUBDIR+= openexr +SUBDIR+= openexr-exrdisplay SUBDIR+= optipng SUBDIR+= ov519view SUBDIR+= p5-Chart |