diff options
author | gahr <gahr@FreeBSD.org> | 2014-01-23 18:15:29 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2014-01-23 18:15:29 +0800 |
commit | 36c14e04489493ffd613c848243c8c2d3e476d94 (patch) | |
tree | 9080d19a241790e1ca61d92e47a9fc1fe0d211c7 | |
parent | 8f3054d080189c409fd2a98d042ceb8fa41fae69 (diff) | |
download | freebsd-ports-gnome-36c14e04489493ffd613c848243c8c2d3e476d94.tar.gz freebsd-ports-gnome-36c14e04489493ffd613c848243c8c2d3e476d94.tar.zst freebsd-ports-gnome-36c14e04489493ffd613c848243c8c2d3e476d94.zip |
- Update to 0.92
- STAGE-clean
- Convert to USES=gmake
-rw-r--r-- | editors/fxite/Makefile | 11 | ||||
-rw-r--r-- | editors/fxite/distinfo | 4 |
2 files changed, 6 insertions, 9 deletions
diff --git a/editors/fxite/Makefile b/editors/fxite/Makefile index 7be45e0ac88c..47108f9f789d 100644 --- a/editors/fxite/Makefile +++ b/editors/fxite/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= fxite -PORTVERSION= 0.91 -PORTREVISION= 3 +PORTVERSION= 0.92 CATEGORIES= editors MAINTAINER= gahr@FreeBSD.org @@ -22,12 +21,11 @@ GH_ACCOUNT= yetanothergeek GH_TAGNAME= FXITE-0_91 GH_COMMIT= c2ecac3 -USES= pkgconfig +USES= gmake pkgconfig USE_LUA= yes USE_AUTOTOOLS= aclocal autoconf automake ACLOCAL_ARGS= --force -I m4 AUTOMAKE_ARGS= --gnu --add-missing --copy -USE_GMAKE= yes CXXFLAGS+= -fPIC LDFLAGS+= -L${LOCALBASE}/lib -lintl CONFIGURE_ARGS+=--with-system-lua \ @@ -35,18 +33,17 @@ CONFIGURE_ARGS+=--with-system-lua \ CONFIGURE_ENV+= FOX_CFLAGS="${FOX_CFLAGS}" \ FOX_LIBS="${FOX_LIBS}" -NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MFOX16} -LIB_DEPENDS+= FOX-1.6:${PORTSDIR}/x11-toolkits/fox16 +LIB_DEPENDS+= libFOX-1.6.so:${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 +LIB_DEPENDS+= libFOX-1.7.so:${PORTSDIR}/x11-toolkits/fox17 CONFIGURE_ENV+= RESWRAP=${LOCALBASE}/bin/fox-1.7/reswrap FOX_CFLAGS+= `pkgconf fox17 --cflags` FOX_LIBS+= `pkgconf fox17 --libs` diff --git a/editors/fxite/distinfo b/editors/fxite/distinfo index 424f893f5fc5..187f3f8d19c5 100644 --- a/editors/fxite/distinfo +++ b/editors/fxite/distinfo @@ -1,2 +1,2 @@ -SHA256 (fxite-0.91.tar.gz) = 6b45272d8765e1c9ba9cd09900f4345063f6ed780a99e7733a80fdb3642db06b -SIZE (fxite-0.91.tar.gz) = 1012281 +SHA256 (fxite-0.92.tar.gz) = 6b45272d8765e1c9ba9cd09900f4345063f6ed780a99e7733a80fdb3642db06b +SIZE (fxite-0.92.tar.gz) = 1012281 |