diff options
-rw-r--r-- | databases/virtualpg/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/virtualpg/Makefile b/databases/virtualpg/Makefile index 7fe64ccb6e6e..2f59aa91f73b 100644 --- a/databases/virtualpg/Makefile +++ b/databases/virtualpg/Makefile @@ -9,9 +9,9 @@ MASTER_SITES= http://www.gaia-gis.it/gaia-sins/ MAINTAINER= lbartoletti@tuxfamily.org COMMENT= Loadable dynamic extension to both SQLite and SpatiaLite -LICENSE= MPL LGPL21 GPLv2 +LICENSE= MPL11 LGPL21 GPLv2 LICENSE_COMB= dual -LICENSE_FILE_MPL= ${WRKSRC}/COPYING +LICENSE_FILE_MPL11= ${WRKSRC}/COPYING GNU_CONFIGURE= yes USES= gmake iconv pathfix pkgconfig libtool pgsql sqlite |