diff options
author | gahr <gahr@FreeBSD.org> | 2011-08-30 16:18:03 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2011-08-30 16:18:03 +0800 |
commit | 2c767e8c5be45aa5f6368c1e57a0d7d67e581f3c (patch) | |
tree | d0df169df1c3a14f137df000e2a1faf0d35a424f | |
parent | 57ef9426ccc756214f72d6e57f33615f3beb67ee (diff) | |
download | freebsd-ports-gnome-2c767e8c5be45aa5f6368c1e57a0d7d67e581f3c.tar.gz freebsd-ports-gnome-2c767e8c5be45aa5f6368c1e57a0d7d67e581f3c.tar.zst freebsd-ports-gnome-2c767e8c5be45aa5f6368c1e57a0d7d67e581f3c.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
-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 |