diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-11-28 13:46:17 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-11-28 13:46:17 +0000 |
commit | bc668bc075c340b5dd6659aa0bd229be8fc99a98 (patch) | |
tree | bdba0c98424c693212f8536aa171575a2cbfe492 /x11 | |
parent | 53c27f0973cf58f04590203803e046de4d48bbb0 (diff) |
Notes
Diffstat (limited to 'x11')
-rw-r--r-- | x11/cinnamon-screensaver/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/x11/cinnamon-screensaver/Makefile b/x11/cinnamon-screensaver/Makefile index d61177433835..dbd6e744b527 100644 --- a/x11/cinnamon-screensaver/Makefile +++ b/x11/cinnamon-screensaver/Makefile @@ -9,6 +9,9 @@ DIST_SUBDIR= gnome3 MAINTAINER= gnome@FreeBSD.org COMMENT= GNOME screen saver and locker +LICENSE= GPLv2+ +LICENSE_FILE= ${WRKSRC}/COPYING + BUILD_DEPENDS= gsettings-desktop-schemas>=3.2.0:devel/gsettings-desktop-schemas \ gnome-autogen.sh:devel/gnome-common LIB_DEPENDS= libnotify.so:devel/libnotify \ @@ -18,7 +21,7 @@ RUN_DEPENDS= pam_helper:security/pam_helper \ gsettings-desktop-schemas>=3.2.0:devel/gsettings-desktop-schemas \ gnome-keyring>=0:security/gnome-keyring -USES= autoreconf:build gettext gmake libtool pathfix pkgconfig tar:xz +USES= autoreconf:build gettext gmake libtool pathfix pkgconfig USE_GITHUB= yes GH_ACCOUNT= linuxmint USE_XORG= x11 xext xxf86vm xxf86misc xscrnsaver |