summaryrefslogtreecommitdiff
path: root/graphics/jasper
diff options
context:
space:
mode:
authorwiz <wiz>2002-10-09 18:42:55 +0000
committerwiz <wiz>2002-10-09 18:42:55 +0000
commitb8d960331ea3f497bddaacd8d367284c52d6dbdb (patch)
tree0a609efc2a2ba267889fa2c327ec3ab2cab3fc3b /graphics/jasper
parenta40080a6f2e37a81b9bd6a31f00b0b35c6363adb (diff)
downloadpkgsrc-b8d960331ea3f497bddaacd8d367284c52d6dbdb.tar.gz
buildlink1 -> buildlink2.
Diffstat (limited to 'graphics/jasper')
-rw-r--r--graphics/jasper/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/jasper/Makefile b/graphics/jasper/Makefile
index c9d227619a9..e0b5fc4faf0 100644
--- a/graphics/jasper/Makefile
+++ b/graphics/jasper/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2002/04/08 12:25:54 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2002/10/09 18:42:55 wiz Exp $
#
DISTNAME= jasper-1.500.4
@@ -11,6 +11,7 @@ HOMEPAGE= http://www.ece.ubc.ca/~mdadams/jasper/
COMMENT= software-based reference implementation of the JPEG-2000 codec
GNU_CONFIGURE= YES
+USE_BUILDLINK2= YES
USE_LIBTOOL= YES
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
@@ -20,5 +21,5 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/${doc} ${PREFIX}/share/doc/jasper
.endfor
-.include "../../graphics/jpeg/buildlink.mk"
+.include "../../graphics/jpeg/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"