aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--graphics/autotrace/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/autotrace/Makefile b/graphics/autotrace/Makefile
index a64b68878eab..2cf10079b150 100644
--- a/graphics/autotrace/Makefile
+++ b/graphics/autotrace/Makefile
@@ -32,7 +32,7 @@ PSTOEDIT_DESC= Convert postscript to other formats
.include <bsd.port.options.mk>
-.if ${PORT_OPTIONS:MSETUIDMING}
+.if ${PORT_OPTIONS:MMING}
LIB_DEPENDS+= ming.5:${PORTSDIR}/graphics/ming
CPPFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/ming
.endif