diff options
-rw-r--r-- | databases/evolution-data-server/Makefile | 2 | ||||
-rw-r--r-- | net-im/jabber/Makefile | 2 | ||||
-rw-r--r-- | security/libgnome-keyring/Makefile | 2 | ||||
-rw-r--r-- | security/openvas-libnasl/Makefile | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/databases/evolution-data-server/Makefile b/databases/evolution-data-server/Makefile index 574103f87bf6..7197e78f4036 100644 --- a/databases/evolution-data-server/Makefile +++ b/databases/evolution-data-server/Makefile @@ -22,7 +22,7 @@ LIB_DEPENDS= soup-2.4:${PORTSDIR}/devel/libsoup \ USE_BZIP2= yes USE_GMAKE= yes -USES= bison pathfix gettext +USES= bison pathfix gettext pkgconfig USE_GNOME= gnomeprefix intlhack ltverhack ltasneededhack gconf2 \ libxml2 USE_OPENLDAP= yes diff --git a/net-im/jabber/Makefile b/net-im/jabber/Makefile index 166d8979fb80..4246d4bf88d6 100644 --- a/net-im/jabber/Makefile +++ b/net-im/jabber/Makefile @@ -28,7 +28,7 @@ OPTIONS_DEFINE= IPV6 MYSQL PGSQL USE_RC_SUBR= jabber USE_GMAKE= yes -USES= gettext iconv +USES= gettext iconv pkgconfig USE_AUTOTOOLS= libtool USE_LDCONFIG= ${PREFIX}/lib/jabber MAKE_JOBS_UNSAFE= yes diff --git a/security/libgnome-keyring/Makefile b/security/libgnome-keyring/Makefile index 99cb610e7175..78a08b02d858 100644 --- a/security/libgnome-keyring/Makefile +++ b/security/libgnome-keyring/Makefile @@ -16,7 +16,7 @@ LIB_DEPENDS= tasn1.5:${PORTSDIR}/security/libtasn1 \ USE_BZIP2= yes USE_GNOME= gnomehack gnomeprefix ltverhack intlhack gconf2 USE_GMAKE= yes -USES= gettext +USES= gettext pkgconfig USE_AUTOTOOLS= libtool USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include diff --git a/security/openvas-libnasl/Makefile b/security/openvas-libnasl/Makefile index 9f26940afce5..e8eb8d0eb6e7 100644 --- a/security/openvas-libnasl/Makefile +++ b/security/openvas-libnasl/Makefile @@ -20,7 +20,7 @@ LIB_DEPENDS= gcrypt:${PORTSDIR}/security/libgcrypt \ GNU_CONFIGURE= yes USE_LDCONFIG= yes -USES= bison iconv +USES= bison iconv pkgconfig MAN1= openvas-libnasl-config.1 openvas-nasl.1 |