diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-12-11 08:38:39 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-12-11 08:38:39 +0800 |
commit | b449bb8c6f8e2aea357971d25fd3a29034d99859 (patch) | |
tree | 8b7595b6783623f7bd860830eec99f66f23a0edd /devel | |
parent | cc5703e81b52ef247d831a987359e85dfe01aef5 (diff) | |
download | marcuscom-ports-b449bb8c6f8e2aea357971d25fd3a29034d99859.tar marcuscom-ports-b449bb8c6f8e2aea357971d25fd3a29034d99859.tar.gz marcuscom-ports-b449bb8c6f8e2aea357971d25fd3a29034d99859.tar.bz2 marcuscom-ports-b449bb8c6f8e2aea357971d25fd3a29034d99859.tar.lz marcuscom-ports-b449bb8c6f8e2aea357971d25fd3a29034d99859.tar.xz marcuscom-ports-b449bb8c6f8e2aea357971d25fd3a29034d99859.tar.zst marcuscom-ports-b449bb8c6f8e2aea357971d25fd3a29034d99859.zip |
Add a BUILD_DEPENDS on intltool.
Noticed by: adamw
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@1452 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libbonobo/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/libbonobo/Makefile b/devel/libbonobo/Makefile index 4bda45862..d083d25cd 100644 --- a/devel/libbonobo/Makefile +++ b/devel/libbonobo/Makefile @@ -15,6 +15,8 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= A component and compound document system for GNOME2 +BUILD_DEPENDS= intltool-extract:${PORTSDIR}/textproc/intltool + USE_BZIP2= yes USE_GMAKE= yes USE_BISON= yes |