aboutsummaryrefslogtreecommitdiff
path: root/editors/fxite
diff options
context:
space:
mode:
authorPietro Cerutti <gahr@FreeBSD.org>2011-08-30 08:18:03 +0000
committerPietro Cerutti <gahr@FreeBSD.org>2011-08-30 08:18:03 +0000
commit59994b520b43177cb3458452a2dd42b1c53a5d78 (patch)
tree9484d46e513c681701fdb6939e952d43528d8010 /editors/fxite
parent1dd4b85d8bfd90aa27d478c3212204b2d644caf9 (diff)
downloadports-59994b520b43177cb3458452a2dd42b1c53a5d78.tar.gz
ports-59994b520b43177cb3458452a2dd42b1c53a5d78.zip
- Unbreak on < 800067.
bapt@ has pushed to expiry date of devel/libgetline until 7.x goes EOL, so I can depend on that. - Bump PORTREVISION
Notes
Notes: svn path=/head/; revision=280752
Diffstat (limited to 'editors/fxite')
-rw-r--r--editors/fxite/Makefile7
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