svn commit: r304722 - head/graphics/autotrace

Ruslan Mahmatkhanov rm at FreeBSD.org
Sat Sep 22 21:06:17 UTC 2012


Author: rm
Date: Sat Sep 22 21:06:17 2012
New Revision: 304722
URL: http://svn.freebsd.org/changeset/ports/304722

Log:
   - fix ming dependency option name
  
  Reported by:	Naram Qashat <cyberbotx at cyberbotx dot com> (via ports@)

Modified:
  head/graphics/autotrace/Makefile

Modified: head/graphics/autotrace/Makefile
==============================================================================
--- head/graphics/autotrace/Makefile	Sat Sep 22 20:04:50 2012	(r304721)
+++ head/graphics/autotrace/Makefile	Sat Sep 22 21:06:17 2012	(r304722)
@@ -32,7 +32,7 @@ PSTOEDIT_DESC=	Convert postscript to oth
 
 .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



More information about the svn-ports-all mailing list