diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-05-29 10:48:12 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-05-29 10:48:12 +0000 |
commit | 92fa008ffa2227ec590f49361c1de31de8297ac3 (patch) | |
tree | 25b456344ef2a90beee9960df1231403960bffa0 /editors/fxite | |
parent | f32023673324385985280dcdcd4c46688de0869d (diff) |
Notes
Diffstat (limited to 'editors/fxite')
-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 \ |