1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

- Add LICENSE_FILE

- Fix BROKEN case
This commit is contained in:
Dmitry Marakasov 2016-05-11 13:08:13 +00:00
parent 6e2289116f
commit 13e7c9b533
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=414991

View File

@ -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"