diff options
Diffstat (limited to 'security/gpa/Makefile')
-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 |