diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-06-17 22:29:54 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-06-17 22:29:54 +0800 |
commit | f6e7de24a3c1f7b1fa7976688c2b39cc7fbfbb7b (patch) | |
tree | dd0c0e617ecea4aa8f5f1b82a57ffce49a18be59 | |
parent | 89dae61cba0e5256054cdad2d7dfd38ff71b5d5b (diff) | |
download | marcuscom-ports-f6e7de24a3c1f7b1fa7976688c2b39cc7fbfbb7b.tar.gz marcuscom-ports-f6e7de24a3c1f7b1fa7976688c2b39cc7fbfbb7b.tar.zst marcuscom-ports-f6e7de24a3c1f7b1fa7976688c2b39cc7fbfbb7b.zip |
Add build dep on itstool
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18552 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | accessibility/accerciser3/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/accessibility/accerciser3/Makefile b/accessibility/accerciser3/Makefile index 440d324dc..b8fe3f28f 100644 --- a/accessibility/accerciser3/Makefile +++ b/accessibility/accerciser3/Makefile @@ -12,6 +12,7 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= Interactive Python accessibility explorer for GNOME BUILD_DEPENDS= gsettings-desktop-schemas>=3.2.0:${PORTSDIR}/devel/gsettings-desktop-schemas \ + itstool:${PORTSDIR}/textproc/itstool \ at-spi2-core>=2.1.5:${PORTSDIR}/accessibility/at-spi2-core RUN_DEPENDS= gsettings-desktop-schemas>=3.2.0:${PORTSDIR}/devel/gsettings-desktop-schemas \ at-spi2-core>=2.1.5:${PORTSDIR}/accessibility/at-spi2-core |