Changeset 79633
- Timestamp:
- 06/21/11 14:54:44 (4 years ago)
- Location:
- trunk/dports/devel/pkgconfig
- Files:
-
- 1 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/devel/pkgconfig/Portfile
r75297 r79633 5 5 6 6 name pkgconfig 7 version 0.25 8 revision 2 7 version 0.26 9 8 categories devel 10 9 maintainers ryandesign … … 24 23 used to compile and link against one or more libraries. 25 24 26 checksums md5 a3270bab3f4b69b7dc6dbdacbcae9745 \ 27 sha1 8922aeb4edeff7ed554cc1969cbb4ad5a4e6b26e \ 28 rmd160 835509d01f68c45823ee89c718776eb66f61316b 25 checksums sha1 fd71a70b023b9087c8a7bb76a0dc135a61059652 \ 26 rmd160 face3d16ec338b9b1ab41d56d6e4d1a5624b52d0 29 27 30 patchfiles patch-underquoting.diff 28 depends_lib path:lib/pkgconfig/glib-2.0.pc:glib2 31 29 32 30 configure.args --with-pc-path=${prefix}/lib/pkgconfig:${prefix}/share/pkgconfig 31 32 configure.env PKG_CONFIG=false \ 33 GLIB_CFLAGS="-I${prefix}/include/glib-2.0 -I${prefix}/lib/glib-2.0/include -I${prefix}/include" \ 34 GLIB_LIBS="-L${prefix}/lib -lglib-2.0 -lintl" 33 35 34 36 test.run yes … … 41 43 AUTHORS \ 42 44 COPYING \ 43 ChangeLog \44 45 NEWS \ 45 46 README \
Note: See TracChangeset
for help on using the changeset viewer.

