Skip to content

Commit

Permalink
added missing "
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@2116 d073be05-634f-4543-b044-5fe20cf6d1d6
  • Loading branch information
Michael Maibaum committed Mar 1, 2003
1 parent ac4ce50 commit dfbe8fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lang/perl5.8/Portfile
Expand Up @@ -8,14 +8,14 @@ platforms darwin freebsd
master_sites http://www.cpan.org/src/ master_sites http://www.cpan.org/src/
distname stable distname stable
checksums stable${extract.sufx} md5 d9bdb180620306023fd35901a2878b62 checksums stable${extract.sufx} md5 d9bdb180620306023fd35901a2878b62
depends_lib lib:libdb:db4 #depends_lib lib:libdb:db4
worksrcdir perl-${portversion} worksrcdir perl-${portversion}
configure.cmd sh Configure configure.cmd sh Configure
unset configure.pre_args unset configure.pre_args


configure.post_args -des -Dinstallprefix=${destroot}/${prefix} \ configure.post_args -des -Dinstallprefix=${destroot}/${prefix} \
-Dprefix='${prefix}' -Dccflags="-I'${prefix}/include'\ -Dprefix='${prefix}' -Dccflags="-I'${prefix}/include'\
-I'${prefix}/include/db4' -Dldflags=-L'${prefix}/lib' -I'${prefix}/include/db4' -Dldflags=-L'${prefix}/lib'"


variant threads { configure.args-append -Dusethreads } variant threads { configure.args-append -Dusethreads }


Expand Down

0 comments on commit dfbe8fe

Please sign in to comment.