diff options
| author | Tomas Chvatal <scarabeus@gentoo.org> | 2009-05-16 12:30:18 +0200 |
|---|---|---|
| committer | Tomas Chvatal <scarabeus@gentoo.org> | 2009-05-16 12:30:18 +0200 |
| commit | a98ab25ee9fc7df8a4244e8f65e7940df089b44f (patch) | |
| tree | 7a13a7156723ad744503be645ceb51b0557262a2 /packaging/gentoo | |
| parent | c89d294c0c0c6c8555dc142f78adeae33f995284 (diff) | |
Rename WITH_SERVER onto BUILD_SERVER to describe the operation more precisely
Diffstat (limited to 'packaging/gentoo')
| -rw-r--r-- | packaging/gentoo/tuxanci-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/gentoo/tuxanci-9999.ebuild b/packaging/gentoo/tuxanci-9999.ebuild index e846c05..8b76145 100644 --- a/packaging/gentoo/tuxanci-9999.ebuild +++ b/packaging/gentoo/tuxanci-9999.ebuild @@ -40,7 +40,7 @@ DEPEND="${RDEPEND} src_configure() { local mycmakeargs="$(cmake-utils_use_with alsa AUDIO) $(cmake-utils_use_enable debug) - $(cmake-utils_use_with dedicated) + $(cmake-utils_use_build dedicated SERVER) $(cmake-utils_use_with nls) $(cmake-utils_use_with opengl) $(cmake-utils_use_enable ipv6) |