diff options
author | reed <reed@pkgsrc.org> | 2006-06-17 20:25:23 +0000 |
---|---|---|
committer | reed <reed@pkgsrc.org> | 2006-06-17 20:25:23 +0000 |
commit | be0444dc35595a2ba2ae34073fe1a5acda20e20b (patch) | |
tree | 582a18d455fdd20f4d417cfd439db2ce73276bea /graphics/tiff | |
parent | 94247c2068375971c40f13a7ba7d8a9e408f8077 (diff) | |
download | pkgsrc-be0444dc35595a2ba2ae34073fe1a5acda20e20b.tar.gz |
Configure with --without-x. This fixes problem where GL components
were detected and tiffgt was built.
No change to package.
(TODO: do not install the tiffgt manual pages. Maybe install separate
tiffgt package if needed.)
Diffstat (limited to 'graphics/tiff')
-rw-r--r-- | graphics/tiff/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/tiff/Makefile b/graphics/tiff/Makefile index 0e315f525b3..968c1d9ba44 100644 --- a/graphics/tiff/Makefile +++ b/graphics/tiff/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.82 2006/06/08 11:05:14 salo Exp $ +# $NetBSD: Makefile,v 1.83 2006/06/17 20:25:23 reed Exp $ DISTNAME= tiff-3.8.2 PKGREVISION= 2 @@ -21,6 +21,7 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS+= --enable-rpath CONFIGURE_ARGS+= --enable-cxx CONFIGURE_ARGS+= --with-docdir=${PREFIX}/share/doc/tiff +CONFIGURE_ARGS+= --without-x # just in case detects gl to build tiffgt TEST_TARGET= check |