diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2013-08-08 00:06:21 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2013-08-08 00:06:21 +0800 |
commit | ac950bb36b77618cd242f54587585df754efdbac (patch) | |
tree | 4d0f69e21f29677aa209cd1c898f0dd67c613f29 /graphics/lcms | |
parent | fe8e25b2a4e17198095fc56ebf68a5c3d407cfc9 (diff) | |
download | freebsd-ports-gnome-ac950bb36b77618cd242f54587585df754efdbac.tar.gz freebsd-ports-gnome-ac950bb36b77618cd242f54587585df754efdbac.tar.zst freebsd-ports-gnome-ac950bb36b77618cd242f54587585df754efdbac.zip |
- Fix CONFIGURE_ARGS assignment
Submitted by: John Hein <jhein@symmetricom.com>
Diffstat (limited to 'graphics/lcms')
-rw-r--r-- | graphics/lcms/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/lcms/Makefile b/graphics/lcms/Makefile index 64d20e623c8f..3f85e072bfca 100644 --- a/graphics/lcms/Makefile +++ b/graphics/lcms/Makefile @@ -36,7 +36,7 @@ PLIST_SUB+= JPEGICC="@comment " .if ${PORT_OPTIONS:MTIFFICC} LIB_DEPENDS+= tiff:${PORTSDIR}/graphics/tiff -CONFIGURE_ARGS= --with-tiff=${LOCALBASE} +CONFIGURE_ARGS+=--with-tiff=${LOCALBASE} MAN1+= tifficc.1 PLIST_SUB+= TIFFICC="" .else |