Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Sep 2013 08:31:20 +0000 (UTC)
From:      Pietro Cerutti <gahr@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r327456 - head/editors/fxite
Message-ID:  <201309170831.r8H8VKj1086817@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309170831.r8H8VKj1086817>