diff options
author | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2012-09-22 21:06:17 +0000 |
---|---|---|
committer | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2012-09-22 21:06:17 +0000 |
commit | 221e0a651fd2a964309073001ac7cc62e1b96ea0 (patch) | |
tree | e5f1eef1a38167b7aaaaae274ef1af4ff31b9bc9 /graphics/autotrace | |
parent | fb248dd0df391e917ca5387b771deb5366f174db (diff) | |
download | ports-221e0a651fd2a964309073001ac7cc62e1b96ea0.tar.gz ports-221e0a651fd2a964309073001ac7cc62e1b96ea0.zip |
Notes
Diffstat (limited to 'graphics/autotrace')
-rw-r--r-- | graphics/autotrace/Makefile | 2 |
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 |