diff options
author | Stanislav Sedov <stas@FreeBSD.org> | 2009-06-10 06:28:05 +0000 |
---|---|---|
committer | Stanislav Sedov <stas@FreeBSD.org> | 2009-06-10 06:28:05 +0000 |
commit | 04c19715cc18355908a10dee624c05977b7396fa (patch) | |
tree | 088288b3fb4e54f861dcd83ae0926fcce1bca3ec /graphics/lcms/Makefile | |
parent | 4ee8c8d078af6ee4ddcdadb37f93fdc98cb1f6f7 (diff) | |
download | ports-04c19715cc18355908a10dee624c05977b7396fa.tar.gz ports-04c19715cc18355908a10dee624c05977b7396fa.zip |
Notes
Diffstat (limited to 'graphics/lcms/Makefile')
-rw-r--r-- | graphics/lcms/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/lcms/Makefile b/graphics/lcms/Makefile index e177e208769a..511e58e6589e 100644 --- a/graphics/lcms/Makefile +++ b/graphics/lcms/Makefile @@ -6,7 +6,7 @@ # PORTNAME= lcms -PORTVERSION= 1.18 +PORTVERSION= 1.18a PORTREVISION= 0 PORTEPOCH= 1 CATEGORIES= graphics @@ -23,6 +23,7 @@ CONFIGURE_ENV= CFLAGS="${CFLAGS} -I${LOCALBASE}/include" \ CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \ LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib" USE_LDCONFIG= yes +WRKSRC= ${WRKDIR}/lcms-1.18 OPTIONS= TIFFICC "Build color profile applier for tiff" off \ JPEGICC "Build color profile applier for JPEG" off |