diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2011-08-30 08:18:03 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2011-08-30 08:18:03 +0000 |
commit | 59994b520b43177cb3458452a2dd42b1c53a5d78 (patch) | |
tree | 9484d46e513c681701fdb6939e952d43528d8010 /editors/fxite | |
parent | 1dd4b85d8bfd90aa27d478c3212204b2d644caf9 (diff) |
Notes
Diffstat (limited to 'editors/fxite')
-rw-r--r-- | editors/fxite/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/editors/fxite/Makefile b/editors/fxite/Makefile index d8474c057fbe..1a7569489ec7 100644 --- a/editors/fxite/Makefile +++ b/editors/fxite/Makefile @@ -7,6 +7,7 @@ PORTNAME= fxite PORTVERSION= 0.7 +PORTREVISION= 1 CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} @@ -20,14 +21,16 @@ USE_LUA= yes USE_PKGCONFIG= yes GNU_CONFIGURE= yes CXXFLAGS+= -g -O0 -fPIC -CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib -lintl" +LDFLAGS+= -L${LOCALBASE}/lib -lintl +CONFIGURE_ENV= LDFLAGS="${LDFLAGS}" CONFIGURE_ARGS+=--with-system-lua \ --with-lua-pkg=lua-${LUA_VER} .include <bsd.port.pre.mk> .if ${OSVERSION} < 800067 -BROKEN= needs getline(3) +LIB_DEPENDS+= getline.1:${PORTSDIR}/devel/libgetline +LDFLAGS+= -lgetline .endif PLIST_FILES= bin/fxite |