aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2016-05-11 21:08:13 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2016-05-11 21:08:13 +0800
commite8a7cc92c7dd90c0524051deffa821d06f62edbd (patch)
treec3a81da630cbe3194e8196d9baabfdf169255199 /graphics
parentd25123bf093353b3e37086181c580361194e2c21 (diff)
downloadfreebsd-ports-gnome-e8a7cc92c7dd90c0524051deffa821d06f62edbd.tar.gz
freebsd-ports-gnome-e8a7cc92c7dd90c0524051deffa821d06f62edbd.tar.zst
freebsd-ports-gnome-e8a7cc92c7dd90c0524051deffa821d06f62edbd.zip
- Add LICENSE_FILE
- Fix BROKEN case
Diffstat (limited to 'graphics')
-rw-r--r--graphics/gsculpt/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/gsculpt/Makefile b/graphics/gsculpt/Makefile
index 0ec82075e74d..c1711251ac0b 100644
--- a/graphics/gsculpt/Makefile
+++ b/graphics/gsculpt/Makefile
@@ -12,6 +12,7 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= Opensource 3D modelling application
LICENSE= GPLv2
+LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libboost_python.so:devel/boost-python-libs
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}PyOpenGL>0:graphics/py-PyOpenGL \
@@ -34,7 +35,7 @@ DESKTOP_ENTRIES="gSculpt" "" \
.include <bsd.port.pre.mk>
.if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64"
-BROKEN= Does not compile on ia64, powerpc, or sparc64
+BROKEN= does not compile on ia64, powerpc, or sparc64
.endif
.if ${ARCH} == "i386"