diff options
author | Josef Karthauser <joe@FreeBSD.org> | 2001-06-18 12:31:55 +0000 |
---|---|---|
committer | Josef Karthauser <joe@FreeBSD.org> | 2001-06-18 12:31:55 +0000 |
commit | d5999d414ae79e5293b0d80e9ba5aeec25e107ae (patch) | |
tree | 5715ea0885ecfb9aa1ef32df9ad6f8a5c0c25d01 | |
parent | Although Bento is happy, and so are my machines when building this port, (diff) |
Replace BUILD_DEPENDS with LIB_DEPENDS.
PR: ports/25066
Diffstat (limited to '')
-rw-r--r-- | net-im/jabber/Makefile | 2 | ||||
-rw-r--r-- | net/jabber/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net-im/jabber/Makefile b/net-im/jabber/Makefile index 9ee35604137f..6d23c4d0edd5 100644 --- a/net-im/jabber/Makefile +++ b/net-im/jabber/Makefile @@ -21,7 +21,7 @@ DISTFILES+= jabber-1.4.1.tar.gz \ MAINTAINER= joe@FreeBSD.org -BUILD_DEPENDS= pth-config:${PORTSDIR}/devel/pth +LIB_DEPENDS= pth:${PORTSDIR}/devel/pth GNU_CONFIGURE= yes USE_GMAKE= yes diff --git a/net/jabber/Makefile b/net/jabber/Makefile index 9ee35604137f..6d23c4d0edd5 100644 --- a/net/jabber/Makefile +++ b/net/jabber/Makefile @@ -21,7 +21,7 @@ DISTFILES+= jabber-1.4.1.tar.gz \ MAINTAINER= joe@FreeBSD.org -BUILD_DEPENDS= pth-config:${PORTSDIR}/devel/pth +LIB_DEPENDS= pth:${PORTSDIR}/devel/pth GNU_CONFIGURE= yes USE_GMAKE= yes |