diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-02 22:03:38 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-02 22:03:38 +0000 |
commit | 2f3fa0d623bdcd62d54ce15cb63579c09a9a112d (patch) | |
tree | 631e513b3a5c47860154332bfcee7658a031c236 /security | |
parent | fd2be90f232fbeb12a1b52708651be2b185a4b47 (diff) |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/gnome-keyring/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/gnome-keyring/Makefile b/security/gnome-keyring/Makefile index 85dec9d7d334..f904b63b528a 100644 --- a/security/gnome-keyring/Makefile +++ b/security/gnome-keyring/Makefile @@ -17,7 +17,7 @@ RUN_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_ro USE_BZIP2= yes USE_GNOME= gnomehack gnomeprefix gtk20 ltverhack intlhack USE_GMAKE= yes -USES= gettext +USES= gettext pkgconfig USE_AUTOTOOLS= libtool USE_LDCONFIG= yes CONFIGURE_ARGS= --with-pam-dir="${PREFIX}/lib" \ |