svn commit: r306614 - head/graphics/autotrace
Baptiste Daroussin
bapt at FreeBSD.org
Mon Oct 29 14:13:59 UTC 2012
Author: bapt
Date: Mon Oct 29 14:13:58 2012
New Revision: 306614
URL: http://svn.freebsd.org/changeset/ports/306614
Log:
Adding missing bits from previous commit
Submitted by: KATO Tsuguru <tkato432 at yahoo.com>
Feature safe: yes
Modified:
head/graphics/autotrace/Makefile
Modified: head/graphics/autotrace/Makefile
==============================================================================
--- head/graphics/autotrace/Makefile Mon Oct 29 13:57:56 2012 (r306613)
+++ head/graphics/autotrace/Makefile Mon Oct 29 14:13:58 2012 (r306614)
@@ -41,10 +41,14 @@ CONFIGURE_ARGS+= --without-magick
.if ${PORT_OPTIONS:MMING}
LIB_DEPENDS+= ming:${PORTSDIR}/graphics/ming
CPPFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/ming
+.else
+CONFIGURE_ENV+= ac_cv_header_ming_h=no
.endif
.if ${PORT_OPTIONS:MPSTOEDIT}
LIB_DEPENDS+= pstoedit:${PORTSDIR}/graphics/pstoedit
+.else
+CONFIGURE_ARGS+= --without-pstoedit
.endif
post-patch:
More information about the svn-ports-head
mailing list