svn commit: r404056 - head/audio/ario

Dmitry Marakasov amdmi3 at FreeBSD.org
Sun Dec 20 15:28:49 UTC 2015


Author: amdmi3
Date: Sun Dec 20 15:28:48 2015
New Revision: 404056
URL: https://svnweb.freebsd.org/changeset/ports/404056

Log:
  - Clarify LICENSE
  - Add LICENSE_FILE
  - Fix build with disabled NLS

Modified:
  head/audio/ario/Makefile

Modified: head/audio/ario/Makefile
==============================================================================
--- head/audio/ario/Makefile	Sun Dec 20 15:28:47 2015	(r404055)
+++ head/audio/ario/Makefile	Sun Dec 20 15:28:48 2015	(r404056)
@@ -10,7 +10,8 @@ MASTER_SITES=	SF/ario-player/ario-player
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Ario is a GTK2 client for MPD
 
-LICENSE=	GPLv2
+LICENSE=	GPLv2 # or later
+LICENSE_FILE=	${WRKSRC}/COPYING
 
 LIB_DEPENDS=	libgnutls.so:${PORTSDIR}/security/gnutls \
 		libgcrypt.so:${PORTSDIR}/security/libgcrypt \
@@ -39,6 +40,7 @@ AVAHI_CONFIGURE_ENABLE=	avahi
 
 NLS_USES=		gettext
 NLS_CONFIGURE_ENABLE=	nls
+NLS_USES_OFF=		gettext-tools
 
 post-patch:
 	@${REINPLACE_CMD} -e 's|glib/gslist.h|glib.h|g ; \


More information about the svn-ports-head mailing list