diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-05-08 00:56:05 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-05-08 00:56:05 +0000 |
commit | e9e581f04875fe59c4f3eae3c46a096e27bf4ef1 (patch) | |
tree | 53cbe555be440f84e18be7152fb0d66c2adad906 /security/seahorse | |
parent | 5d6a456c0270c112ec9aab1b5a9d88aa8ca3087d (diff) | |
download | ports-e9e581f04875fe59c4f3eae3c46a096e27bf4ef1.tar.gz ports-e9e581f04875fe59c4f3eae3c46a096e27bf4ef1.zip |
Notes
Diffstat (limited to 'security/seahorse')
-rw-r--r-- | security/seahorse/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/seahorse/Makefile b/security/seahorse/Makefile index 4dccde36aa87..9fac74a783eb 100644 --- a/security/seahorse/Makefile +++ b/security/seahorse/Makefile @@ -65,7 +65,7 @@ CONFIGURE_ARGS+=--disable-ldap .endif .if !defined(WITHOUT_HKP) -USE_GNOME+= libsoup +LIB_DEPENDS+= soup-2.2.7:${PORTSDIR}/devel/libsoup .else CONFIGURE_ARGS+=--disable-hkp .endif |