summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-libs/nlopt/nlopt-1.2.ebuild')
-rw-r--r--sci-libs/nlopt/nlopt-1.2.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/sci-libs/nlopt/nlopt-1.2.ebuild b/sci-libs/nlopt/nlopt-1.2.ebuild
index ae1673e9df99..7c5638148643 100644
--- a/sci-libs/nlopt/nlopt-1.2.ebuild
+++ b/sci-libs/nlopt/nlopt-1.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/nlopt/nlopt-1.2.ebuild,v 1.1 2009/11/20 22:12:29 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/nlopt/nlopt-1.2.ebuild,v 1.2 2009/11/24 13:52:00 markusle Exp $
EAPI=2
inherit eutils
@@ -27,7 +27,8 @@ src_configure() {
fi
econf \
--enable-shared \
- $(use_with cxx)
+ $(use_with cxx) \
+ $(use_with octave)
}
src_install() {