diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:25:16 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:25:16 +0000 |
commit | 597afc47baba19000afd8ec4880a2c47975b0367 (patch) | |
tree | eb9a806366343ecfc3a5146e70b637f09d4e62c7 /security/gnomint/Makefile | |
parent | 8d6597e0bb9591c40fc6d0c6e2159fca51178d56 (diff) | |
download | ports-597afc47baba19000afd8ec4880a2c47975b0367.tar.gz ports-597afc47baba19000afd8ec4880a2c47975b0367.zip |
Notes
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 |