[Midnightbsd-cvs] mports [23845] trunk/x11/startup-notification/Makefile: fix license

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Aug 26 14:31:35 EDT 2018


Revision: 23845
          http://svnweb.midnightbsd.org/mports/?rev=23845
Author:   laffer1
Date:     2018-08-26 14:31:34 -0400 (Sun, 26 Aug 2018)
Log Message:
-----------
fix license

Modified Paths:
--------------
    trunk/x11/startup-notification/Makefile

Modified: trunk/x11/startup-notification/Makefile
===================================================================
--- trunk/x11/startup-notification/Makefile	2018-08-26 18:30:59 UTC (rev 23844)
+++ trunk/x11/startup-notification/Makefile	2018-08-26 18:31:34 UTC (rev 23845)
@@ -2,7 +2,7 @@
 
 PORTNAME=	startup-notification
 PORTVERSION=	0.12
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	x11 gnome
 MASTER_SITES=	http://www.freedesktop.org/software/startup-notification/releases/
 DIST_SUBDIR=	gnome2
@@ -9,10 +9,12 @@
 
 MAINTAINER=	ports at MidnightBSD.org
 COMMENT=	Library that supports startup notification spec from freedesktop.org
-LICENSE=	lgpl
 
-LIB_DEPENDS=	libxcb-util.so:${PORTSDIR}/x11/xcb-util
+LICENSE=	lgpl mit
+LICENSE_COMB=	multi
 
+LIB_DEPENDS=	libxcb-util.so:x11/xcb-util
+
 USE_XORG=	x11
 USES=		gmake libtool pathfix pkgconfig
 GNU_CONFIGURE=	yes



More information about the Midnightbsd-cvs mailing list