diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2007-11-13 00:52:04 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-11-13 00:52:04 +0000 |
commit | a2e62c17398c889d14d72c5800ae715a9ebee78c (patch) | |
tree | 5a38c4a251d1199c6d87a34a91c9e07496066f80 /net-p2p/transmission-cli/Makefile | |
parent | - Fix plist for egg-info (diff) |
- Fix build: needs intltool
Reported by: pointyhat
Approved by: portmgr (hat)
Diffstat (limited to '')
-rw-r--r-- | net-p2p/transmission-cli/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-p2p/transmission-cli/Makefile b/net-p2p/transmission-cli/Makefile index 1fc63b1f8f10..54a9c69ac4c1 100644 --- a/net-p2p/transmission-cli/Makefile +++ b/net-p2p/transmission-cli/Makefile @@ -16,7 +16,7 @@ COMMENT?= A free BitTorrent client written from scratch in C USE_BZIP2= yes USE_GMAKE= yes -USE_GNOME?= gnometarget +USE_GNOME?= gnometarget intltool USE_OPENSSL= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ |