diff options
author | Marcus von Appen <mva@FreeBSD.org> | 2013-04-27 16:50:46 +0800 |
---|---|---|
committer | Marcus von Appen <mva@FreeBSD.org> | 2013-04-27 16:50:46 +0800 |
commit | 821843ca06f2354ffe250825fcdffabb6d0caefa (patch) | |
tree | 5b8de344e457d5da2cf746d56e495a2ce03e1d99 /cad/openvsp | |
parent | 89d548370ac959aac24d63bd8ab8e32723ecf53d (diff) | |
download | freebsd-ports-gnome-821843ca06f2354ffe250825fcdffabb6d0caefa.tar.gz freebsd-ports-gnome-821843ca06f2354ffe250825fcdffabb6d0caefa.tar.zst freebsd-ports-gnome-821843ca06f2354ffe250825fcdffabb6d0caefa.zip |
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here
Reviewed by: bapt, kwm
Diffstat (limited to 'cad/openvsp')
-rw-r--r-- | cad/openvsp/Makefile | 3 |
1 files changed, 1 insertions, 2 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 |