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/gpa | |
parent | 8d6597e0bb9591c40fc6d0c6e2159fca51178d56 (diff) | |
download | ports-597afc47baba19000afd8ec4880a2c47975b0367.tar.gz ports-597afc47baba19000afd8ec4880a2c47975b0367.zip |
Notes
Diffstat (limited to 'security/gpa')
-rw-r--r-- | security/gpa/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/security/gpa/Makefile b/security/gpa/Makefile index beb4b3eb152a..2cc7d2791cd2 100644 --- a/security/gpa/Makefile +++ b/security/gpa/Makefile @@ -12,10 +12,10 @@ COMMENT= GTK2+ frontend for the GNU Privacy Guard LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS= libassuan.so:${PORTSDIR}/security/libassuan \ - libgpgme.so:${PORTSDIR}/security/gpgme -BUILD_DEPENDS= gpgv2:${PORTSDIR}/security/gnupg -RUN_DEPENDS= gpgv2:${PORTSDIR}/security/gnupg +LIB_DEPENDS= libassuan.so:security/libassuan \ + libgpgme.so:security/gpgme +BUILD_DEPENDS= gpgv2:security/gnupg +RUN_DEPENDS= gpgv2:security/gnupg USES= gmake pkgconfig tar:bzip2 USE_GNOME= gtk20 |