diff options
author | acm <acm@FreeBSD.org> | 2006-12-29 00:09:22 +0800 |
---|---|---|
committer | acm <acm@FreeBSD.org> | 2006-12-29 00:09:22 +0800 |
commit | fb3702a19400e92449e8a618f956418113095e95 (patch) | |
tree | 03d1fcdbd881dcf3fbfc2638a75f130a0f727c51 /devel/p5-Gtk2-Spell | |
parent | 1dc04a0ab827b6bcafca43a51515a83d70a7ab49 (diff) | |
download | freebsd-ports-gnome-fb3702a19400e92449e8a618f956418113095e95.tar.gz freebsd-ports-gnome-fb3702a19400e92449e8a618f956418113095e95.tar.zst freebsd-ports-gnome-fb3702a19400e92449e8a618f956418113095e95.zip |
- Add graphics/p5-Cairo to BUILD_DEPENDS
Diffstat (limited to 'devel/p5-Gtk2-Spell')
-rw-r--r-- | devel/p5-Gtk2-Spell/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/p5-Gtk2-Spell/Makefile b/devel/p5-Gtk2-Spell/Makefile index 944b7448f9b0..380643a9c42e 100644 --- a/devel/p5-Gtk2-Spell/Makefile +++ b/devel/p5-Gtk2-Spell/Makefile @@ -15,7 +15,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= acm@FreeBSD.org COMMENT= Perl interface to the Gtk2Spell 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 LIB_DEPENDS= gtkspell.0:${PORTSDIR}/textproc/gtkspell |