diff options
author | Stanislav Sedov <stas@FreeBSD.org> | 2007-01-20 02:14:17 +0000 |
---|---|---|
committer | Stanislav Sedov <stas@FreeBSD.org> | 2007-01-20 02:14:17 +0000 |
commit | 633a5b5e097743252b2caa304671cc42fca99ed3 (patch) | |
tree | 33c385f1f8ab9044b627ae8db983151adfd832c0 /graphics | |
parent | fcfcd72eb6af6cc8ab8d823ffd6016974ab6a5dd (diff) | |
download | ports-633a5b5e097743252b2caa304671cc42fca99ed3.tar.gz ports-633a5b5e097743252b2caa304671cc42fca99ed3.zip |
Notes
Diffstat (limited to 'graphics')
-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 09170cc076bf..589944307a20 100644 --- a/graphics/lcms/Makefile +++ b/graphics/lcms/Makefile @@ -7,7 +7,7 @@ PORTNAME= lcms PORTVERSION= 1.16 -PORTREVISION= 0 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ @@ -22,6 +22,7 @@ GNU_CONFIGURE= yes CONFIGURE_ENV= CFLAGS="${CFLAGS} -I${LOCALBASE}/include" \ CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \ LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib" +CONFIGURE_ARGS= --mandir="${PREFIX}/man/" USE_LDCONFIG= yes OPTIONS= TIFFICC "Build color profile applier for tiff" off \ |