Date: Sun, 23 Sep 2018 11:13:56 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r480485 - head/databases/postgis20 Message-ID: <201809231113.w8NBDuxM086721@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sun Sep 23 11:13:56 2018 New Revision: 480485 URL: https://svnweb.freebsd.org/changeset/ports/480485 Log: Cosmetic change Modified: head/databases/postgis20/Makefile Modified: head/databases/postgis20/Makefile ============================================================================== --- head/databases/postgis20/Makefile Sun Sep 23 11:10:45 2018 (r480484) +++ head/databases/postgis20/Makefile Sun Sep 23 11:13:56 2018 (r480485) @@ -28,6 +28,10 @@ TOPOLOGY_DESC= Topology support PORTSCOUT= limit:^2.0.[0-9]* +USES= gmake gnome iconv:wchar_t libtool perl5 pgsql pkgconfig shebangfix +USE_GNOME= libxml2 +USE_PERL5= build + CONFIGURE_ARGS= --with-geosconfig=${LOCALBASE}/bin/geos-config \ --with-jsondir=${LOCALBASE} \ --with-pgconfig=${LOCALBASE}/bin/pg_config \ @@ -35,11 +39,8 @@ CONFIGURE_ARGS= --with-geosconfig=${LOCALBASE}/bin/geo --with-xml2config=${LOCALBASE}/bin/xml2-config \ ${ICONV_CONFIGURE_ARG} ${ICONV_CONFIGURE_BASE} GNU_CONFIGURE= yes -USES= gmake gnome iconv:wchar_t libtool perl5 pgsql pkgconfig shebangfix LLD_UNSAFE= yes -USE_GNOME= libxml2 USE_LDCONFIG= yes -USE_PERL5= build WANT_PGSQL= lib server PLIST_SUB= PORTVERSION=${PORTVERSION}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201809231113.w8NBDuxM086721>