diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-10-07 03:02:23 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-10-07 03:02:23 +0800 |
commit | 167108cd7cd96f4477f3c256c71bc69f8818d885 (patch) | |
tree | 3d0fb8651bcf64e60ec31018011bb1e059a470fe /net | |
parent | a026bc73fc81914e37a1d9b53c02cae3af99aed3 (diff) | |
download | marcuscom-ports-167108cd7cd96f4477f3c256c71bc69f8818d885.tar marcuscom-ports-167108cd7cd96f4477f3c256c71bc69f8818d885.tar.gz marcuscom-ports-167108cd7cd96f4477f3c256c71bc69f8818d885.tar.bz2 marcuscom-ports-167108cd7cd96f4477f3c256c71bc69f8818d885.tar.lz marcuscom-ports-167108cd7cd96f4477f3c256c71bc69f8818d885.tar.xz marcuscom-ports-167108cd7cd96f4477f3c256c71bc69f8818d885.tar.zst marcuscom-ports-167108cd7cd96f4477f3c256c71bc69f8818d885.zip |
Add pkgconfig, enable stage. Fix derpy lib_depend line in g-c-c.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18775 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'net')
-rw-r--r-- | net/geocode-glib/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/geocode-glib/Makefile b/net/geocode-glib/Makefile index cfc09b1e7..625326daf 100644 --- a/net/geocode-glib/Makefile +++ b/net/geocode-glib/Makefile @@ -12,8 +12,7 @@ COMMENT= Convenience library for the Yahoo! Place Finder APIs LIB_DEPENDS= libjson-glib-1.0.so:${PORTSDIR}/devel/json-glib \ libsoup-2.4.so:${PORTSDIR}/devel/libsoup -NO_STAGE= yes -USES= gettext gmake pathfix +USES= gettext gmake pathfix pkgconfig USE_BZIP2= yes USE_AUTOTOOLS= libtool USE_LDCONFIG= yes |