aboutsummaryrefslogtreecommitdiffstats
path: root/editors
diff options
context:
space:
mode:
authorgahr <gahr@FreeBSD.org>2013-09-17 16:31:20 +0800
committergahr <gahr@FreeBSD.org>2013-09-17 16:31:20 +0800
commit7d37f2f9dc6455ae7cf052d9db91da7650d683f8 (patch)
treebd9d3e0baddc3be9a22a29cfca6d891feee81b93 /editors
parentdfbd8ea1992d608b5f41e6b7264b585e2ba99375 (diff)
downloadfreebsd-ports-gnome-7d37f2f9dc6455ae7cf052d9db91da7650d683f8.tar.gz
freebsd-ports-gnome-7d37f2f9dc6455ae7cf052d9db91da7650d683f8.tar.zst
freebsd-ports-gnome-7d37f2f9dc6455ae7cf052d9db91da7650d683f8.zip
- Fix build with fox-1.7
Diffstat (limited to 'editors')
-rw-r--r--editors/fxite/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/editors/fxite/Makefile b/editors/fxite/Makefile
index 9f0441497ab5..286bbc99ddc7 100644
--- a/editors/fxite/Makefile
+++ b/editors/fxite/Makefile
@@ -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