diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2018-12-03 09:31:25 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2018-12-03 09:31:25 +0000 |
commit | 7da89af4c836e30e92ce1814ff3d001ad878120d (patch) | |
tree | 61d88eb25e3dcbd98729698f8fae9228324cb052 | |
parent | Update to 0.6.1. (diff) |
- Fix LICENSE
- Whitespace and portlint fixes, add missing USES=gnome
- Update WWW
Approved by: portmgr blanket
Notes
Notes:
svn path=/head/; revision=486506
-rw-r--r-- | x11/deforaos-keyboard/Makefile | 10 | ||||
-rw-r--r-- | x11/deforaos-keyboard/pkg-descr | 2 |
2 files changed, 6 insertions, 6 deletions
diff --git a/x11/deforaos-keyboard/Makefile b/x11/deforaos-keyboard/Makefile index dabec6be3205..f7517c1c3e3c 100644 --- a/x11/deforaos-keyboard/Makefile +++ b/x11/deforaos-keyboard/Makefile @@ -11,16 +11,16 @@ DISTNAME= Keyboard-${PORTVERSION} MAINTAINER= olivier@FreeBSD.org COMMENT= DeforaOS desktop virtual keyboard -LICENSE= GPLv3 +LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libDesktop.so:x11/deforaos-libdesktop \ - libSystem.so:devel/deforaos-libsystem \ - libfontconfig.so:x11-fonts/fontconfig \ - libfreetype.so:print/freetype2 + libSystem.so:devel/deforaos-libsystem \ + libfontconfig.so:x11-fonts/fontconfig \ + libfreetype.so:print/freetype2 +USES= desktop-file-utils gnome pkgconfig USE_GNOME= gtk20 cairo gdkpixbuf2 -USES= desktop-file-utils pkgconfig USE_XORG= x11 xtst MAKE_ARGS+= PREFIX=${PREFIX} diff --git a/x11/deforaos-keyboard/pkg-descr b/x11/deforaos-keyboard/pkg-descr index f750ab87767d..d7732b9371fa 100644 --- a/x11/deforaos-keyboard/pkg-descr +++ b/x11/deforaos-keyboard/pkg-descr @@ -1,3 +1,3 @@ DeforaOS desktop virtual keyboard -WWW: http://www.defora.org/ +WWW: https://www.defora.org/ |