diff options
-rw-r--r-- | graphics/jasper/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/jasper/Makefile b/graphics/jasper/Makefile index 7762680edd2..a3d4efd336a 100644 --- a/graphics/jasper/Makefile +++ b/graphics/jasper/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2004/03/02 10:28:18 adam Exp $ +# $NetBSD: Makefile,v 1.16 2004/04/25 04:56:56 minskim Exp $ # DISTNAME= jasper-1.701.0 @@ -10,6 +10,8 @@ MAINTAINER= adam@NetBSD.org HOMEPAGE= http://www.ece.uvic.ca/~mdadams/jasper/ COMMENT= Software-based reference implementation of the JPEG-2000 codec +PKG_INSTALLATION_TYPES= overwrite pkgviews + GNU_CONFIGURE= YES USE_BUILDLINK3= YES USE_LIBTOOL= YES |