diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2012-06-06 18:43:19 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2012-06-06 18:43:19 +0800 |
commit | 28bc550f61cdaf27db599ad1e296f2062a337c8b (patch) | |
tree | edde8cb274be868771da222c2372cd8d700a5693 /deskutils | |
parent | 87e741950f4ede0fb4ac6117b9c142420a080773 (diff) | |
download | freebsd-ports-gnome-28bc550f61cdaf27db599ad1e296f2062a337c8b.tar.gz freebsd-ports-gnome-28bc550f61cdaf27db599ad1e296f2062a337c8b.tar.zst freebsd-ports-gnome-28bc550f61cdaf27db599ad1e296f2062a337c8b.zip |
Get rid of ${SITE_PERL} in *_DEPENDS
Submitted by: az
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/xfce4-notification-daemon/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deskutils/xfce4-notification-daemon/Makefile b/deskutils/xfce4-notification-daemon/Makefile index 3b064f487874..f58fd987e144 100644 --- a/deskutils/xfce4-notification-daemon/Makefile +++ b/deskutils/xfce4-notification-daemon/Makefile @@ -19,7 +19,7 @@ COMMENT= Port of Gnome's notification-daemon for the Xfce desktop LICENSE= GPLv2 -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser +BUILD_DEPENDS= p5-XML-Parser>=0:${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 |