aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2005-05-08 08:56:05 +0800
committermarcus <marcus@FreeBSD.org>2005-05-08 08:56:05 +0800
commitf61478b0834fa65fe286c3fe1fd9ca7da2cdb93f (patch)
tree2dc98c004ebf86795c5ae196daf3a8ddd0318b9d /security
parentdbf1f3d13f34491635da15fdc3bc5d8dbc626dab (diff)
downloadfreebsd-ports-gnome-f61478b0834fa65fe286c3fe1fd9ca7da2cdb93f.tar.gz
freebsd-ports-gnome-f61478b0834fa65fe286c3fe1fd9ca7da2cdb93f.tar.zst
freebsd-ports-gnome-f61478b0834fa65fe286c3fe1fd9ca7da2cdb93f.zip
Use a LIB_DEPENDS to bring in the libsoup dependency. This will be changed
into a GNOME component after 5.4 is released.
Diffstat (limited to 'security')
-rw-r--r--security/seahorse/Makefile2
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