diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2008-11-21 20:42:53 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2008-11-21 20:42:53 +0800 |
commit | e89dc37d0efb025c2eb7abee720a94598a17de8c (patch) | |
tree | 6da151dc40fed35bc2cb97f267799d31e4768bf2 /deskutils | |
parent | 2e34476733fbb560d51942e57b4646a166330de4 (diff) | |
download | freebsd-ports-gnome-e89dc37d0efb025c2eb7abee720a94598a17de8c.tar.gz freebsd-ports-gnome-e89dc37d0efb025c2eb7abee720a94598a17de8c.tar.zst freebsd-ports-gnome-e89dc37d0efb025c2eb7abee720a94598a17de8c.zip |
Add textproc/p5-XML-Parser to BUILD_DEPENDS. Recent changes somewhere in the
dependency chain caused configure to fail since it's not present at build time.
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/xfce4-notification-daemon/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/deskutils/xfce4-notification-daemon/Makefile b/deskutils/xfce4-notification-daemon/Makefile index 753f1205e9eb..c866efdc1881 100644 --- a/deskutils/xfce4-notification-daemon/Makefile +++ b/deskutils/xfce4-notification-daemon/Makefile @@ -18,6 +18,7 @@ DIST_SUBDIR= xfce4 MAINTAINER= ehaupt@FreeBSD.org COMMENT= Port of Gnome's notification-daemon for the Xfce desktop +BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser LIB_DEPENDS= sexy.2:${PORTSDIR}/x11-toolkits/libsexy \ dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib RUN_DEPENDS= dbus-daemon:${PORTSDIR}/devel/dbus |