diff options
author | Josef Karthauser <joe@FreeBSD.org> | 2001-03-11 13:28:54 +0000 |
---|---|---|
committer | Josef Karthauser <joe@FreeBSD.org> | 2001-03-11 13:28:54 +0000 |
commit | 9cd0da0ee65b7abdcd60197d196c8af2a5013882 (patch) | |
tree | ee750010ef08fe8b12203d508caa64f4b3c0a853 /net-im/jabber/Makefile | |
parent | Fix issue with alpha architecture. (diff) |
I got confused when porting the 1.4 version and included some
dependancies that were necessary for v1.2, but had since been
dropped.
PR: ports/25066
Diffstat (limited to '')
-rw-r--r-- | net-im/jabber/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/net-im/jabber/Makefile b/net-im/jabber/Makefile index d38314581555..f5c694e1a5bf 100644 --- a/net-im/jabber/Makefile +++ b/net-im/jabber/Makefile @@ -12,9 +12,7 @@ MASTER_SITES= http://download.jabber.org/dists/1.4/final/ MAINTAINER= joe@FreeBSD.org -BUILD_DEPENDS= pth:${PORTSDIR}/devel/pth \ - libxode-config:${PORTSDIR}/textproc/libxode \ - jabber-config:${PORTSDIR}/net/libjabber +BUILD_DEPENDS= pth-config:${PORTSDIR}/devel/pth GNU_CONFIGURE= yes USE_GMAKE= yes |