From 8f049117de932c9478f8ce13b477150bbe115512 Mon Sep 17 00:00:00 2001 From: bsam Date: Mon, 5 Jul 2010 18:54:44 +0000 Subject: Fix slave ports by using LICENSE_FILE only at the master port. Reported by: QAT Feature safe: yes --- devel/eric4/Makefile | 2 ++ devel/eric4/Makefile.inc | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/devel/eric4/Makefile b/devel/eric4/Makefile index ded96543fb5a..eef9a63a65ea 100644 --- a/devel/eric4/Makefile +++ b/devel/eric4/Makefile @@ -8,6 +8,8 @@ CATEGORIES= devel python DISTNAME= ${PORTNAME}-${PORTVERSION} +LICENSE_FILE= ${WRKSRC}/LICENSE.GPL3 + BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/PyQt4/QtGui.so:${PORTSDIR}/x11-toolkits/py-qt4-gui \ ${PYTHON_SITELIBDIR}/PyQt4/Qsci.so:${PORTSDIR}/devel/py-qt4-qscintilla2 RUN_DEPENDS= ${BUILD_DEPENDS} \ diff --git a/devel/eric4/Makefile.inc b/devel/eric4/Makefile.inc index 64323b71ae59..1e89c6df27a3 100644 --- a/devel/eric4/Makefile.inc +++ b/devel/eric4/Makefile.inc @@ -18,7 +18,6 @@ MAINTAINER?= bsam@FreeBSD.org COMMENT= Full featured Python and Ruby editor and IDE based on Qt4 LICENSE= GPLv3 -LICENSE_FILE= ${WRKSRC}/LICENSE.GPL3 RUN_DEPENDS?= ${PREFIX}/bin/eric4:${PORTSDIR}/devel/eric4 -- cgit