diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2014-01-28 14:43:22 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2014-01-28 14:43:22 +0000 |
commit | 28e28658d6ce6b3049f2cbebeb6480f120b6b4f0 (patch) | |
tree | c0f2b51524de1037073701232dcb714cec6e33dc /cad/netgen | |
parent | 7a734f15ba4641401f5efa3969e66dc56b2c8252 (diff) | |
download | ports-28e28658d6ce6b3049f2cbebeb6480f120b6b4f0.tar.gz ports-28e28658d6ce6b3049f2cbebeb6480f120b6b4f0.zip |
Notes
Diffstat (limited to 'cad/netgen')
-rw-r--r-- | cad/netgen/Makefile | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/cad/netgen/Makefile b/cad/netgen/Makefile index 7589b5048a10..18d8afc26f9a 100644 --- a/cad/netgen/Makefile +++ b/cad/netgen/Makefile @@ -15,8 +15,7 @@ LIB_DEPENDS= libTix8.4.3.so:${PORTSDIR}/x11-toolkits/tix \ libtogl.so:${PORTSDIR}/graphics/togl USE_LDCONFIG= yes -USES= gmake -USE_TK= yes +USES= gmake tk USE_GL= yes USE_XORG= xmu xi GNU_CONFIGURE= yes @@ -32,8 +31,6 @@ OCC_DESC= Compile with OpenCascade geometry kernel FFMPEG_DESC= video recording with FFmpeg OPTIONS_DEFAULT= OCC -NO_STAGE= yes - BROKEN_sparc64= internal gcc error (Bug 23159) .include <bsd.port.options.mk> @@ -63,9 +60,9 @@ pre-configure: post-install: # copy some additional headers for build cad/salome-netgenplugin - ${MKDIR} ${DATADIR}/include - ${SH} ${FILESDIR}/netgen_copy_include_for_salome ${WRKSRC} ${PREFIX} - ${LN} ${PREFIX}/lib/libnglib.so ${PREFIX}/lib/libnglib.so.1 + ${MKDIR} ${STAGEDIR}${DATADIR}/include + ${SH} ${FILESDIR}/netgen_copy_include_for_salome ${WRKSRC} ${STAGEDIR}${PREFIX} + ${LN} ${STAGEDIR}${PREFIX}/lib/libnglib.so ${STAGEDIR}${PREFIX}/lib/libnglib.so.1 ${CAT} ${PKGMESSAGE} .include <bsd.port.mk> |