diff options
author | marcus <marcus@FreeBSD.org> | 2004-01-18 21:17:16 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-01-18 21:17:16 +0000 |
commit | 31ea49ea071ad622541d585e8d1931588a3fc554 (patch) | |
tree | 734c9924fd7238ad1939fcfe01871c9713dca715 /x11-toolkits | |
parent | 8a352cf410361e0fe03d37e6be24bd104765eab0 (diff) | |
download | FreeBSD-ports-31ea49ea071ad622541d585e8d1931588a3fc554.zip FreeBSD-ports-31ea49ea071ad622541d585e8d1931588a3fc554.tar.gz |
Add a missing BUILD_DEPENDS on intltool.
Reported by: bento
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/at-spi/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/x11-toolkits/at-spi/Makefile b/x11-toolkits/at-spi/Makefile index 8c6c031..ddf9ffd 100644 --- a/x11-toolkits/at-spi/Makefile +++ b/x11-toolkits/at-spi/Makefile @@ -15,6 +15,8 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= An Assistive Technology Service Provider Interface +BUILD_DEPENDS= intltool-extract:${PORTSDIR}/textproc/intltool + USE_BZIP2= yes USE_GMAKE= yes USE_GNOME= gnomeprefix gnomehack gnomehier gail libbonobo |