diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-12-20 23:28:48 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-12-20 23:28:48 +0800 |
commit | 64010a3d14cc9c41a505fdaa57ebba0f171bc971 (patch) | |
tree | 1a1823774f5b1416ac213509c4cf648c647f2162 /audio | |
parent | d5594d32f0974258f784a1f38fb324d25ccf69a1 (diff) | |
download | freebsd-ports-gnome-64010a3d14cc9c41a505fdaa57ebba0f171bc971.tar.gz freebsd-ports-gnome-64010a3d14cc9c41a505fdaa57ebba0f171bc971.tar.zst freebsd-ports-gnome-64010a3d14cc9c41a505fdaa57ebba0f171bc971.zip |
- Clarify LICENSE
- Add LICENSE_FILE
- Fix build with disabled NLS
Diffstat (limited to 'audio')
-rw-r--r-- | audio/ario/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/ario/Makefile b/audio/ario/Makefile index 82d492449480..3d6dd8fa1730 100644 --- a/audio/ario/Makefile +++ b/audio/ario/Makefile @@ -10,7 +10,8 @@ MASTER_SITES= SF/ario-player/ario-player/${PORTVERSION} MAINTAINER= ports@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 ; \ |