diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2016-05-11 13:08:13 +0000 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2016-05-11 13:08:13 +0000 |
commit | d0f5ebca3180863cbf661614b486a1fbe10df784 (patch) | |
tree | c3a81da630cbe3194e8196d9baabfdf169255199 | |
parent | 192d16e475407e4534ff7ff98342dfd4bfba89a9 (diff) | |
download | FreeBSD-ports-d0f5ebca3180863cbf661614b486a1fbe10df784.zip FreeBSD-ports-d0f5ebca3180863cbf661614b486a1fbe10df784.tar.gz |
- Add LICENSE_FILE
- Fix BROKEN case
-rw-r--r-- | graphics/gsculpt/Makefile | 3 |
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" |