diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2012-06-06 10:43:19 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2012-06-06 10:43:19 +0000 |
commit | b554d9cafd67c1b243ee457b4a23c268881cb993 (patch) | |
tree | d618e64411f49c40ee9e2c7e4bf46529bc83dbc4 /deskutils | |
parent | acc0cc54568bef4949728712cc28639851152ae4 (diff) | |
download | ports-b554d9cafd67c1b243ee457b4a23c268881cb993.tar.gz ports-b554d9cafd67c1b243ee457b4a23c268881cb993.zip |
Get rid of ${SITE_PERL} in *_DEPENDS
Submitted by: az
Notes
Notes:
svn path=/head/; revision=298572
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 |