diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-06-26 08:06:27 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-06-26 08:06:27 +0000 |
commit | f8f2d4cf9b9bccd200a381432061b743f0dfe9db (patch) | |
tree | 51cb0a237a12972b5055b43d5188ddb65004e08b /x11-wm/amaterus/Makefile | |
parent | Upgrade to 6.1.15. (diff) |
Add missed libxml to LIB_DEPENDS.
Submitted by: bento
Diffstat (limited to 'x11-wm/amaterus/Makefile')
-rw-r--r-- | x11-wm/amaterus/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-wm/amaterus/Makefile b/x11-wm/amaterus/Makefile index 4dd2b49366ae..7ab790f11406 100644 --- a/x11-wm/amaterus/Makefile +++ b/x11-wm/amaterus/Makefile @@ -12,7 +12,8 @@ MASTER_SITES= http://www.taiyaki.org/src/ MAINTAINER= nakai@FreeBSD.org -LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 +LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \ + xml.5:${PORTSDIR}/textproc/libxml GTK_CONFIG?= ${X11BASE}/bin/gtk12-config |