diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-08-25 16:14:58 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-08-25 16:14:58 +0000 |
commit | 20c1eacf2bf58cbb06fd3ceb5c97dcbd11eaabe1 (patch) | |
tree | b54dbe88f1393a9b7d345fa226b1c0546c1e89eb /graphics/lcms2 | |
parent | fecac8453dc4d205ce91d0075ab8aa2ec941e761 (diff) | |
download | ports-20c1eacf2bf58cbb06fd3ceb5c97dcbd11eaabe1.tar.gz ports-20c1eacf2bf58cbb06fd3ceb5c97dcbd11eaabe1.zip |
Notes
Diffstat (limited to 'graphics/lcms2')
-rw-r--r-- | graphics/lcms2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/lcms2/Makefile b/graphics/lcms2/Makefile index 18af41623373..f82b25843e77 100644 --- a/graphics/lcms2/Makefile +++ b/graphics/lcms2/Makefile @@ -52,10 +52,10 @@ PLIST_SUB+= TIFFICC="@comment " .endif post-patch: -.if empty(PORT_OPTIONS:MJPEGICC) +.if !${PORT_OPTIONS:MJPEGICC} @${REINPLACE_CMD} -e '/^SUBDIRS = / s| utils/jpgicc||' ${WRKSRC}/Makefile.in .endif -.if empty(PORT_OPTIONS:MTIFFICC) +.if !${PORT_OPTIONS:MTIFFICC} @${REINPLACE_CMD} -e '/^SUBDIRS = / s| utils/tificc||' ${WRKSRC}/Makefile.in .endif |