summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2016-05-11 13:08:13 +0000
committeramdmi3 <amdmi3@FreeBSD.org>2016-05-11 13:08:13 +0000
commitd0f5ebca3180863cbf661614b486a1fbe10df784 (patch)
treec3a81da630cbe3194e8196d9baabfdf169255199
parent192d16e475407e4534ff7ff98342dfd4bfba89a9 (diff)
downloadFreeBSD-ports-d0f5ebca3180863cbf661614b486a1fbe10df784.zip
FreeBSD-ports-d0f5ebca3180863cbf661614b486a1fbe10df784.tar.gz
- Add LICENSE_FILE
- Fix BROKEN case
-rw-r--r--graphics/gsculpt/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/gsculpt/Makefile b/graphics/gsculpt/Makefile
index 0ec8207..c171125 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"
OpenPOWER on IntegriCloud