diff options
author | Koop Mast <kwm@FreeBSD.org> | 2015-11-22 00:52:13 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2015-11-22 00:52:13 +0000 |
commit | 9ae266d1f1db292608d9627994d1771afce89922 (patch) | |
tree | da2403713c5c36addcb799fa0a41c6a017e96690 /x11 | |
parent | 17ff68886adccae29a794457f7b00c740bf3921b (diff) | |
download | freebsd-ports-9ae266d1f1db292608d9627994d1771afce89922.zip |
Update appstream-glib to 0.5.4.
Switch from custom code to using USES=libarchive.
Adjust BUILD_DEPEND lines in where needed.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gnome-terminal/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/gnome-terminal/Makefile b/x11/gnome-terminal/Makefile index d1b33ec2de5d..2eacf874281d 100644 --- a/x11/gnome-terminal/Makefile +++ b/x11/gnome-terminal/Makefile @@ -12,7 +12,7 @@ COMMENT= Terminal component for the GNOME 3 Desktop BUILD_DEPENDS= gsettings-desktop-schemas>=0:${PORTSDIR}/devel/gsettings-desktop-schemas \ itstool:${PORTSDIR}/textproc/itstool \ - appdata-validate:${PORTSDIR}/devel/appstream-glib \ + appstream-builder:${PORTSDIR}/devel/appstream-glib \ vala:${PORTSDIR}/lang/vala LIB_DEPENDS= libstartup-notification-1.so:${PORTSDIR}/x11/startup-notification \ libuuid.so:${PORTSDIR}/misc/e2fsprogs-libuuid |