diff options
Diffstat (limited to 'graphics/tiff/Makefile')
-rw-r--r-- | graphics/tiff/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/tiff/Makefile b/graphics/tiff/Makefile index b9ff17b0567..12c0667ab8c 100644 --- a/graphics/tiff/Makefile +++ b/graphics/tiff/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.52 2004/04/24 18:24:56 tv Exp $ +# $NetBSD: Makefile,v 1.53 2004/04/27 20:38:48 tv Exp $ DISTNAME= tiff-v3.6.1 PKGNAME= tiff-3.6.1 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= graphics MASTER_SITES= ftp://ftp.remotesensing.org/pub/libtiff/ \ http://libtiff.maptools.org/dl/ @@ -30,6 +30,7 @@ USE_BUILDLINK3= yes USE_LIBTOOL= yes HAS_CONFIGURE= yes CONFIGURE_ARGS= --noninteractive --site=${FILESDIR} --prefix=${PREFIX} +MAKE_ENV+= PKGDIRMODE=${PKGDIRMODE} .include "../../mk/bsd.prefs.mk" |