diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-05-01 12:46:11 +0000 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-05-01 12:46:11 +0000 |
commit | be61d6e3b8d396a8294ff27787288b6bbc37abc3 (patch) | |
tree | c4b3253cab582b51c098a88115c8060076e00f94 | |
parent | 38f2f91cea7ba96f2e0fc1ce1182f2d9fdebddca (diff) | |
download | FreeBSD-ports-be61d6e3b8d396a8294ff27787288b6bbc37abc3.zip FreeBSD-ports-be61d6e3b8d396a8294ff27787288b6bbc37abc3.tar.gz |
Use USES=gnome
-rw-r--r-- | databases/postgis20/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/postgis20/Makefile b/databases/postgis20/Makefile index 158ae7d..79afb6b 100644 --- a/databases/postgis20/Makefile +++ b/databases/postgis20/Makefile @@ -38,7 +38,7 @@ GNU_CONFIGURE= yes USE_GNOME= libxml2 USE_LDCONFIG= yes USE_PERL5= build -USES= gmake iconv:wchar_t libtool perl5 pgsql pkgconfig shebangfix +USES= gmake gnome iconv:wchar_t libtool perl5 pgsql pkgconfig shebangfix WANT_PGSQL= lib server PLIST_SUB= PORTVERSION=${PORTVERSION} |