diff options
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/tiff/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/tiff/Makefile b/graphics/tiff/Makefile index 4584a6a77e0..f52231fd4ba 100644 --- a/graphics/tiff/Makefile +++ b/graphics/tiff/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.62 2005/01/09 21:34:41 jlam Exp $ +# $NetBSD: Makefile,v 1.63 2005/01/09 23:03:58 jlam Exp $ DISTNAME= tiff-3.7.1 CATEGORIES= graphics @@ -19,7 +19,6 @@ USE_LIBTOOL= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+= --enable-rpath -CONFIGURE_ARGS+= --enable-c++ .include "../../mk/bsd.prefs.mk" |