svn commit: r335374 - head/graphics/graphviz
Mathieu Arnold
mat at mat.cc
Sun Dec 1 11:52:36 UTC 2013
+--On 1 décembre 2013 11:38:39 +0000 Dirk Meyer <dinoex at FreeBSD.org> wrote:
| +.if ${PORT_OPTIONS:MGVEDIT}
| +USE_QT4= qmake_build moc_build rcc_build uic_build linguist_build
| corelib gui
| +.endif
That could be :
GVEDIT_USE=
qt4=qmake_build,moc_build,rcc_build,uic_build,linguist_build,corelib,gui
| .if ${PORT_OPTIONS:MTK}
| CPPFLAGS+= -I${TK_INCLUDEDIR}
| USE_TK_BUILD= 84+
| CONFIGURE_ARGS+= --with-wish=${WISH}
| CONFIGURE_ENV+= TKCONFIG="${TK_LIBDIR}/tkConfig.sh"
That :
TK_CPPFLAGS= -I${TK_INCLUDEDIR}
TK_USE= TK_BUILD=84+
TK_CONFIGURE_ON= --with-wish=${WISH}
TK_CONFIGURE_ENV= TKCONFIG="${TK_LIBDIR}/tkConfig.sh"
| .if ${PORT_OPTIONS:MXPM}
| USE_XORG+= xaw xpm xmu xt sm ice xext x11 xau xdmcp xp
XPM_USE= XORG=xaw,xpm,xmu,xt,sm,ice,xext,x11,xau,xdmcp,xp
Same with all USE_FOO=bar baz
--
Mathieu Arnold
More information about the svn-ports-all
mailing list