diff options
Diffstat (limited to 'security/gnomint/Makefile')
-rw-r--r-- | security/gnomint/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/security/gnomint/Makefile b/security/gnomint/Makefile index 4a84239180c8..4d2c219456c8 100644 --- a/security/gnomint/Makefile +++ b/security/gnomint/Makefile @@ -13,9 +13,9 @@ COMMENT= X.509 Certification Authority management tool LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS= libgcrypt.so:${PORTSDIR}/security/libgcrypt \ - libgnutls.so:${PORTSDIR}/security/gnutls \ - libsqlite3.so:${PORTSDIR}/databases/sqlite3 +LIB_DEPENDS= libgcrypt.so:security/libgcrypt \ + libgnutls.so:security/gnutls \ + libsqlite3.so:databases/sqlite3 GNU_CONFIGURE= yes USES= gettext-tools gmake perl5 pkgconfig readline |