diff options
author | gahr <gahr@FreeBSD.org> | 2014-01-28 22:43:22 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2014-01-28 22:43:22 +0800 |
commit | 1b8e39c7d52e5256c3b920343b06216101ee1bea (patch) | |
tree | c0f2b51524de1037073701232dcb714cec6e33dc /cad | |
parent | 25b06a33f0586ebb2d6471accf0c0db9ba076817 (diff) | |
download | freebsd-ports-gnome-1b8e39c7d52e5256c3b920343b06216101ee1bea.tar.gz freebsd-ports-gnome-1b8e39c7d52e5256c3b920343b06216101ee1bea.tar.zst freebsd-ports-gnome-1b8e39c7d52e5256c3b920343b06216101ee1bea.zip |
- Convert to USES=tk
- STAGE-clean
Diffstat (limited to 'cad')
-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> |