diff options
author | Marcus von Appen <mva@FreeBSD.org> | 2013-04-27 08:50:46 +0000 |
---|---|---|
committer | Marcus von Appen <mva@FreeBSD.org> | 2013-04-27 08:50:46 +0000 |
commit | 821843ca06f2354ffe250825fcdffabb6d0caefa (patch) | |
tree | 5b8de344e457d5da2cf746d56e495a2ce03e1d99 /cad | |
parent | 89d548370ac959aac24d63bd8ab8e32723ecf53d (diff) | |
download | ports-821843ca06f2354ffe250825fcdffabb6d0caefa.tar.gz ports-821843ca06f2354ffe250825fcdffabb6d0caefa.zip |
Notes
Diffstat (limited to 'cad')
-rw-r--r-- | cad/openvsp/Makefile | 3 | ||||
-rw-r--r-- | cad/pdnmesh/Makefile | 3 | ||||
-rw-r--r-- | cad/repsnapper/Makefile | 3 |
3 files changed, 3 insertions, 6 deletions
diff --git a/cad/openvsp/Makefile b/cad/openvsp/Makefile index 5a93f48a13f1..3cb4c3b35fca 100644 --- a/cad/openvsp/Makefile +++ b/cad/openvsp/Makefile @@ -26,9 +26,8 @@ GH_TAGNAME= ${GH_PROJECT}_${PORTVERSION} GH_COMMIT= fb52aa2 CMAKE_SOURCE_PATH= ${WRKSRC}/src -USES= cmake:outsource +USES= cmake:outsource iconv USE_DOS2UNIX= yes -USE_ICONV= yes USE_XORG= ice sm x11 xau xdamage xdmcp xext xfixes xft \ xinerama xrender xxf86vm USE_GL= glu diff --git a/cad/pdnmesh/Makefile b/cad/pdnmesh/Makefile index 2f4e5462c936..347f79096442 100644 --- a/cad/pdnmesh/Makefile +++ b/cad/pdnmesh/Makefile @@ -26,10 +26,9 @@ LIB_DEPENDS= pthread-stubs:${PORTSDIR}/devel/libpthread-stubs \ OPTIONS_DEFINE= ATLAS DOCS EXAMPLES ATLAS_DESC= Enable ATLAS support -USES= pkgconfig gettext +USES= pkgconfig gettext iconv USE_FORTRAN= yes USE_GL= glu -USE_ICONV= yes USE_GNOME= gdkpixbuf2 gtk20 USE_XORG= ice pixman sm x11 xau xcomposite xcursor xdamage xdmcp xext \ xfixes xmu xi xinerama xrandr xrender xt xxf86vm diff --git a/cad/repsnapper/Makefile b/cad/repsnapper/Makefile index 7e4c4f125478..5199d489ab87 100644 --- a/cad/repsnapper/Makefile +++ b/cad/repsnapper/Makefile @@ -37,12 +37,11 @@ LIB_DEPENDS= gtkglext:${PORTSDIR}/x11-toolkits/gtkglext \ xcb:${PORTSDIR}/x11/libxcb MAKE_JOBS_SAFE= yes -USES= pkgconfig +USES= pkgconfig iconv USE_GNOME= gdkpixbuf2 gtk20 libxml2 USE_GL= glu glut USE_AUTOTOOLS= automake libtool USE_GMAKE= yes -USE_ICONV= yes USE_XORG= ice pixman sm x11 xau xcomposite xcursor xdamage xdmcp xext \ xfixes xi xinerama xmu xrandr xrender xt xxf86vm |