diff options
author | linimon <linimon@FreeBSD.org> | 2018-11-24 16:44:45 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2018-11-24 16:44:45 +0800 |
commit | 9a2511b1661793414a85e6c891a753bd72f74490 (patch) | |
tree | 87e988e72096744362901016723a919f66b622c1 /ftp | |
parent | e5d0cc02f7ace91c359d1cdaf58b2abc2f441e73 (diff) | |
download | freebsd-ports-gnome-9a2511b1661793414a85e6c891a753bd72f74490.tar.gz freebsd-ports-gnome-9a2511b1661793414a85e6c891a753bd72f74490.tar.zst freebsd-ports-gnome-9a2511b1661793414a85e6c891a753bd72f74490.zip |
Cosmetic change.
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/libfilezilla/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ftp/libfilezilla/Makefile b/ftp/libfilezilla/Makefile index a0bceb755715..9e86f54fd41c 100644 --- a/ftp/libfilezilla/Makefile +++ b/ftp/libfilezilla/Makefile @@ -11,7 +11,8 @@ COMMENT= C++ library for building platform-independent programs LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -USES= compiler:c++14-lang gmake iconv:wchar_t libtool localbase pathfix pkgconfig tar:bzip2 +USES= compiler:c++14-lang gmake iconv:wchar_t libtool localbase \ + pathfix pkgconfig tar:bzip2 USE_LDCONFIG= yes GNU_CONFIGURE= yes INSTALL_TARGET= install-strip |