diff options
-rw-r--r-- | editors/fxite/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/editors/fxite/Makefile b/editors/fxite/Makefile index 095705d9a25c..70db0ca421de 100644 --- a/editors/fxite/Makefile +++ b/editors/fxite/Makefile @@ -10,6 +10,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Advanced cross-platform text editor LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= # @@ -23,10 +24,8 @@ USE_GITHUB= yes GH_ACCOUNT= yetanothergeek GH_TAGNAME= FXITE-0_91 -USES= gmake pkgconfig lua:51 desktop-file-utils -USE_AUTOTOOLS= aclocal autoconf automake -ACLOCAL_ARGS= --force -I m4 -AUTOMAKE_ARGS= --gnu --add-missing --copy +USES= autoreconf gmake pkgconfig lua:51 desktop-file-utils +GNU_CONFIGURE= yes CXXFLAGS+= -fPIC LDFLAGS+= -L${LOCALBASE}/lib -lintl CONFIGURE_ARGS+=--with-system-lua \ |