diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2013-09-17 08:31:20 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2013-09-17 08:31:20 +0000 |
commit | a9122fc19d80c9e0e12e4d07c4323bfe9efa8879 (patch) | |
tree | bd9d3e0baddc3be9a22a29cfca6d891feee81b93 /editors | |
parent | 0b78a07fce17d85b22d34f66be94aa36640c98cb (diff) |
Notes
Diffstat (limited to 'editors')
-rw-r--r-- | editors/fxite/Makefile | 2 |
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 |