Ticket #40128: rpm.diff
File rpm.diff, 793 bytes (added by ryandesign (Ryan Carsten Schmidt), 11 years ago) |
---|
-
Portfile
4 4 5 5 name rpm 6 6 version 4.4.9 7 revision 147 revision 15 8 8 platforms darwin freebsd linux 9 9 license GPL-2 LGPL-2 10 10 categories sysutils archivers … … 24 24 25 25 depends_lib port:gettext \ 26 26 port:popt port:sqlite3 port:beecrypt \ 27 port:neon 27 port:neon port:libiconv 28 28 29 29 depends_run port:openssl \ 30 30 bin:gzip:gzip \ … … 40 40 --with-python=2.5 --with-perl=5.8 --without-apidocs \ 41 41 --sysconfdir=${prefix}/etc 42 42 43 configure.libs-append -liconv 44 43 45 configure.env __PYTHON=${prefix}/bin/python2.5 __PERL=${prefix}/bin/perl5.8 44 46 45 47 # needed because it checks for sqlite3_open in sqlite lib...