diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2019-10-10 13:17:47 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2019-10-10 13:17:47 +0000 |
commit | fb3d8a97b245d771983a34aee0b12c750a83fc76 (patch) | |
tree | c6a3e9a34dbf8c804a73399c74419eccb868bd95 /archivers/gcab | |
parent | ad7221c3836fada19462ec970b1ff494c805edd7 (diff) | |
download | ports-fb3d8a97b245d771983a34aee0b12c750a83fc76.tar.gz ports-fb3d8a97b245d771983a34aee0b12c750a83fc76.zip |
Fix plenty of check-sanity warnings:
Add licenses
Modernize using USES=gnome and USES=xorg
Notes
Notes:
svn path=/head/; revision=514226
Diffstat (limited to 'archivers/gcab')
-rw-r--r-- | archivers/gcab/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/archivers/gcab/Makefile b/archivers/gcab/Makefile index d45efb746f86..0fd2cf3e6b5f 100644 --- a/archivers/gcab/Makefile +++ b/archivers/gcab/Makefile @@ -12,7 +12,10 @@ COMMENT= GObject library to create cabinet files BUILD_DEPENDS= vala:lang/vala \ gtkdoc-scan:textproc/gtk-doc -USES= cpe gettext meson pkgconfig tar:xz +LICENSE= LGPL21 +LICENSE_FILE= ${WRKSRC}/COPYING + +USES= cpe gettext gnome meson pkgconfig tar:xz USE_GNOME= glib20 introspection:build CPE_VENDOR= gnome |