diff options
author | jschauma <jschauma> | 2003-06-07 17:39:23 +0000 |
---|---|---|
committer | jschauma <jschauma> | 2003-06-07 17:39:23 +0000 |
commit | f2497a83687b87a6b23088b15f9a976f339b919e (patch) | |
tree | a635c2ef0e606a3a7cfaf5533744972927127086 /graphics/Makefile | |
parent | f572b562758d8a666aa8a2375d45ecd06277b495 (diff) | |
download | pkgsrc-f2497a83687b87a6b23088b15f9a976f339b919e.tar.gz |
Split plotutils and gnuplot into '<pkgname>' and '<pkgname>-nox11' each
(alternatively, we could have renamed one to '<pkgname>-x11', but for the
element of least surprise, the default remains x11 enabled).
This will work much better than the previous attempt to build two packages
from one Makefile, which wasn't all thought out wrt to dependencies, buildlinks etc.
Bump PKGREVISION on plotutils and gnuplot for this.
Diffstat (limited to 'graphics/Makefile')
-rw-r--r-- | graphics/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index 90aa8d4fe2d..37058734c83 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.243 2003/04/29 08:19:25 rh Exp $ +# $NetBSD: Makefile,v 1.244 2003/06/07 17:39:23 jschauma Exp $ # COMMENT= Graphics tools and libraries @@ -95,6 +95,7 @@ SUBDIR+= gnome-iconedit SUBDIR+= gnome-pixmaps SUBDIR+= gnome2-pixmaps SUBDIR+= gnuplot +SUBDIR+= gnuplot-nox11 SUBDIR+= gpaint SUBDIR+= gphoto SUBDIR+= gphoto2 @@ -180,6 +181,7 @@ SUBDIR+= ploticus SUBDIR+= ploticus-examples SUBDIR+= plotmtv SUBDIR+= plotutils +SUBDIR+= plotutils-nox11 SUBDIR+= plplot SUBDIR+= png SUBDIR+= png2html |