aboutsummaryrefslogtreecommitdiff
path: root/multimedia/gaupol
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2016-02-24 18:48:47 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2016-02-24 18:48:47 +0000
commit18ac2e79c323203498cd29ee53615a1d506d36b7 (patch)
tree8bc46910248bdff7cbe6e76622b4bc9073ee488f /multimedia/gaupol
parent289edb4ef62f8d2a58d501255554479a257e0bd4 (diff)
- Clarify LICENSE
- Add LICENSE_FILE - Add NO_ARCH - Fix build with disabled NLS
Notes
Notes: svn path=/head/; revision=409475
Diffstat (limited to 'multimedia/gaupol')
-rw-r--r--multimedia/gaupol/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/multimedia/gaupol/Makefile b/multimedia/gaupol/Makefile
index e8a9f6071dd8..4efc98e4c7ea 100644
--- a/multimedia/gaupol/Makefile
+++ b/multimedia/gaupol/Makefile
@@ -11,7 +11,8 @@ MASTER_SITES= http://download.gna.org/gaupol/0.19/ \
MAINTAINER= ports@FreeBSD.org
COMMENT= Subtitle editor
-LICENSE= GPLv3
+LICENSE= GPLv3+
+LICENSE_FILE= ${WRKSRC}/COPYING
RUN_DEPENDS= iso-codes>=0:${PORTSDIR}/misc/iso-codes \
py*-chardet>=0:${PORTSDIR}/textproc/py-chardet \
@@ -21,10 +22,13 @@ USE_GNOME= pygtk2 intltool
USE_PYTHON= distutils
USES= desktop-file-utils python
INSTALLS_ICONS= yes
+NO_ARCH= yes
OPTIONS_DEFINE= NLS
OPTIONS_SUB= yes
+
NLS_USES= gettext
+NLS_USES_OFF= gettext-tools
post-patch:
@${REINPLACE_CMD} \