aboutsummaryrefslogtreecommitdiff
path: root/graphics/lcms2
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2013-08-25 16:14:58 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2013-08-25 16:14:58 +0000
commit20c1eacf2bf58cbb06fd3ceb5c97dcbd11eaabe1 (patch)
treeb54dbe88f1393a9b7d345fa226b1c0546c1e89eb /graphics/lcms2
parentfecac8453dc4d205ce91d0075ab8aa2ec941e761 (diff)
downloadports-20c1eacf2bf58cbb06fd3ceb5c97dcbd11eaabe1.tar.gz
ports-20c1eacf2bf58cbb06fd3ceb5c97dcbd11eaabe1.zip
Notes
Diffstat (limited to 'graphics/lcms2')
-rw-r--r--graphics/lcms2/Makefile4
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