diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2006-12-28 16:27:47 +0000 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2006-12-28 16:27:47 +0000 |
commit | 91b3c8439faae573f0cf40747fd5a9debaf9c75f (patch) | |
tree | 9f58259793048aff44cd728ecd0da4e49e6bf8e9 /x11-toolkits/p5-Gtk2-TrayIcon/Makefile | |
parent | - Add graphics/p5-Cairo to BUILD_DEPENDS (diff) |
- Add graphics/p5-Cairo to BUILD_DEPENDS
Notes
Notes:
svn path=/head/; revision=180910
Diffstat (limited to 'x11-toolkits/p5-Gtk2-TrayIcon/Makefile')
-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} |