diff options
author | adam <adam@pkgsrc.org> | 2007-01-07 19:00:59 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2007-01-07 19:00:59 +0000 |
commit | 269cdf660031fa162c600e8fc18121014d31b0c1 (patch) | |
tree | ef465d92ff77d4d0874a9ecc7d5790b043226047 /graphics/jasper/Makefile | |
parent | e86833292115fffe531d2a11ab0277ff17b4ebce (diff) | |
download | pkgsrc-269cdf660031fa162c600e8fc18121014d31b0c1.tar.gz |
Fix building on Darwin/Mac OS X
Diffstat (limited to 'graphics/jasper/Makefile')
-rw-r--r-- | graphics/jasper/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/graphics/jasper/Makefile b/graphics/jasper/Makefile index 0fa239832a2..fea2f3e4633 100644 --- a/graphics/jasper/Makefile +++ b/graphics/jasper/Makefile @@ -1,5 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2007/01/06 23:28:07 wiz Exp $ -# +# $NetBSD: Makefile,v 1.23 2007/01/07 19:00:59 adam Exp $ DISTNAME= jasper-1.900.0 CATEGORIES= graphics @@ -12,9 +11,9 @@ COMMENT= Software-based reference implementation of the JPEG-2000 codec PKG_INSTALLATION_TYPES= overwrite pkgviews -GNU_CONFIGURE= YES USE_LANGUAGES+= c99 -USE_LIBTOOL= YES +USE_LIBTOOL= yes +GNU_CONFIGURE= yes CONFIGURE_ARGS+= --enable-shared --without-x --disable-opengl post-install: @@ -23,7 +22,5 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/doc/${doc}.pdf ${PREFIX}/share/doc/jasper .endfor -.include "../../mk/bsd.prefs.mk" - .include "../../graphics/jpeg/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |