diff options
Diffstat (limited to 'devel/zziplib/Makefile')
-rw-r--r-- | devel/zziplib/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/zziplib/Makefile b/devel/zziplib/Makefile index bc6b77330ada..3fd537b0b455 100644 --- a/devel/zziplib/Makefile +++ b/devel/zziplib/Makefile @@ -16,8 +16,7 @@ COMMENT= A library to provide transparent read access to zipped files LICENSE= LGPL21 MPL LICENSE_COMB= dual -BUILD_DEPENDS= zip:${PORTSDIR}/archivers/zip \ - pkg-config>0:${PORTSDIR}/devel/pkg-config +BUILD_DEPENDS= zip:${PORTSDIR}/archivers/zip OPTIONS_DEFINE= SDL @@ -25,6 +24,7 @@ USE_BZIP2= yes USE_GNOME= gnomehack USE_PYTHON_BUILD= yes USE_AUTOTOOLS= libtool +USE_PKGCONFIG= yes CONFIGURE_ENV= ac_cv_path_XMLTO=":" USE_LDCONFIG= yes MAKE_JOBS_SAFE= yes |