diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2018-06-04 02:16:51 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2018-06-04 02:16:51 +0800 |
commit | 3db897cf4bcb63adbdd4ea9e0b1fd9d9159e92fd (patch) | |
tree | 981e6e35a13a8e87eb7aea6837f68e99b6cbbc92 /ftp | |
parent | fdccb19da7aa0aa392720df7351a1d252b44d295 (diff) | |
download | freebsd-ports-gnome-3db897cf4bcb63adbdd4ea9e0b1fd9d9159e92fd.tar.gz freebsd-ports-gnome-3db897cf4bcb63adbdd4ea9e0b1fd9d9159e92fd.tar.zst freebsd-ports-gnome-3db897cf4bcb63adbdd4ea9e0b1fd9d9159e92fd.zip |
Sort USES
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/curlpp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ftp/curlpp/Makefile b/ftp/curlpp/Makefile index 021190a8b50e..b6e9b8198ad5 100644 --- a/ftp/curlpp/Makefile +++ b/ftp/curlpp/Makefile @@ -16,7 +16,7 @@ LIB_DEPENDS= libcurl.so:ftp/curl OPTIONS_DEFINE= DOCS EXAMPLES -USES= compiler:c++11-lang cmake localbase pathfix +USES= cmake compiler:c++11-lang localbase pathfix USE_LDCONFIG= yes PORTDOCS= * |