svn commit: r327456 - head/editors/fxite
Pietro Cerutti
gahr at FreeBSD.org
Tue Sep 17 08:31:20 UTC 2013
Author: gahr
Date: Tue Sep 17 08:31:20 2013
New Revision: 327456
URL: http://svnweb.freebsd.org/changeset/ports/327456
Log:
- Fix build with fox-1.7
Modified:
head/editors/fxite/Makefile
Modified: head/editors/fxite/Makefile
==============================================================================
--- head/editors/fxite/Makefile Tue Sep 17 07:46:14 2013 (r327455)
+++ head/editors/fxite/Makefile Tue Sep 17 08:31:20 2013 (r327456)
@@ -39,12 +39,14 @@ CONFIGURE_ENV+= FOX_CFLAGS="${FOX_CFLAGS
.if ${PORT_OPTIONS:MFOX16}
LIB_DEPENDS+= FOX-1.6:${PORTSDIR}/x11-toolkits/fox16
+CONFIGURE_ENV+= RESWRAP=${LOCALBASE}/bin/reswrap
FOX_CFLAGS+= `fox-config --cflags`
FOX_LIBS+= `fox-config --libs`
.endif
.if ${PORT_OPTIONS:MFOX17}
LIB_DEPENDS+= FOX-1.7:${PORTSDIR}/x11-toolkits/fox17
+CONFIGURE_ENV+= RESWRAP=${LOCALBASE}/bin/fox-1.7/reswrap
FOX_CFLAGS+= `pkgconf fox17 --cflags`
FOX_LIBS+= `pkgconf fox17 --libs`
.endif
More information about the svn-ports-head
mailing list