diff options
author | acm <acm@FreeBSD.org> | 2006-12-29 00:27:47 +0800 |
---|---|---|
committer | acm <acm@FreeBSD.org> | 2006-12-29 00:27:47 +0800 |
commit | dd79cf81c2c4899f4fd7747383ab75da22948061 (patch) | |
tree | c3357562626a9c77282ac864bb9ba2adcd0787eb /x11-toolkits/p5-Gtk2-TrayIcon | |
parent | fb3702a19400e92449e8a618f956418113095e95 (diff) | |
download | freebsd-ports-gnome-dd79cf81c2c4899f4fd7747383ab75da22948061.tar.gz freebsd-ports-gnome-dd79cf81c2c4899f4fd7747383ab75da22948061.tar.zst freebsd-ports-gnome-dd79cf81c2c4899f4fd7747383ab75da22948061.zip |
- Add graphics/p5-Cairo to BUILD_DEPENDS
Diffstat (limited to 'x11-toolkits/p5-Gtk2-TrayIcon')
-rw-r--r-- | x11-toolkits/p5-Gtk2-TrayIcon/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-toolkits/p5-Gtk2-TrayIcon/Makefile b/x11-toolkits/p5-Gtk2-TrayIcon/Makefile index 2387602b3fe6..49ef3e235752 100644 --- a/x11-toolkits/p5-Gtk2-TrayIcon/Makefile +++ b/x11-toolkits/p5-Gtk2-TrayIcon/Makefile @@ -16,7 +16,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org COMMENT= Perl interface to the EggTrayIcon library -BUILD_DEPENDS= ${SITE_PERL}/ExtUtils/Depends.pm:${PORTSDIR}/devel/p5-ExtUtils-Depends \ +BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Cairo.pm:${PORTSDIR}/graphics/p5-Cairo \ + ${SITE_PERL}/ExtUtils/Depends.pm:${PORTSDIR}/devel/p5-ExtUtils-Depends \ ${SITE_PERL}/ExtUtils/PkgConfig.pm:${PORTSDIR}/devel/p5-ExtUtils-PkgConfig \ ${SITE_PERL}/${PERL_ARCH}/Gtk2.pm:${PORTSDIR}/x11-toolkits/p5-Gtk2 RUN_DEPENDS= ${BUILD_DEPENDS} |