diff options
author | Steve Price <steve@FreeBSD.org> | 2000-08-19 20:23:42 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2000-08-19 20:23:42 +0000 |
commit | 84bf84a43bfb51c45546ead5912add333f850115 (patch) | |
tree | 08ab12d40ba61e73652f10cfedab728e9283a337 /net/gnubile | |
parent | f68c29f1ca4a4387efb8c924b2f2b734e8f5283e (diff) | |
download | freebsd-ports-84bf84a43bfb51c45546ead5912add333f850115.zip |
This port also requires the xml libraries to build/run.
Diffstat (limited to 'net/gnubile')
-rw-r--r-- | net/gnubile/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/gnubile/Makefile b/net/gnubile/Makefile index 642410c6a5d8..fca5c5243bca 100644 --- a/net/gnubile/Makefile +++ b/net/gnubile/Makefile @@ -12,7 +12,8 @@ MASTER_SITES= http://gnutella.wego.com/file_depot/0-10000000/110000-120000/11670 MAINTAINER= klaus.herrmann@gmx.net -LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 +LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \ + xml.5:${PORTSDIR}/textproc/libxml USE_X_PREFIX= yes GNU_CONFIGURE= yes |