diff options
author | Guillaume Horel <guillaume.horel@gmail.com> | 2012-05-20 12:40:21 -0400 |
---|---|---|
committer | Guillaume Horel <guillaume.horel@gmail.com> | 2012-05-20 12:40:21 -0400 |
commit | 833b313e0cb252fce0908c2054488db3a360f111 (patch) | |
tree | ce693fdc4c03d342c05f34cb03e2702cd8a7132e /dev-java/hdf-java/hdf-java-2.7.ebuild | |
parent | media-gfx/librecad: added freetype to DEPS (diff) | |
download | sci-833b313e0cb252fce0908c2054488db3a360f111.tar.gz sci-833b313e0cb252fce0908c2054488db3a360f111.tar.bz2 sci-833b313e0cb252fce0908c2054488db3a360f111.zip |
[dev-java/hdf-java] remove stray quotes
Diffstat (limited to 'dev-java/hdf-java/hdf-java-2.7.ebuild')
-rw-r--r-- | dev-java/hdf-java/hdf-java-2.7.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-java/hdf-java/hdf-java-2.7.ebuild b/dev-java/hdf-java/hdf-java-2.7.ebuild index debd1dc55..7f31dd793 100644 --- a/dev-java/hdf-java/hdf-java-2.7.ebuild +++ b/dev-java/hdf-java/hdf-java-2.7.ebuild @@ -40,8 +40,8 @@ src_configure() { local myconf="--with-hdf4=no --with-libjpeg=no" use hdf && \ myconf="--with-libjpeg=${stdpath} --with-hdf4=${stdpath}" - use zlib && myconf="${myconf} --with-libz="${stdpath}"" - use szip && myconf="${myconf} --with-libsz="${stdpath}"" + use zlib && myconf="${myconf} --with-libz=${stdpath}" + use szip && myconf="${myconf} --with-libsz=${stdpath}" econf \ ${myconf} \ |