summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorAde Lovett <ade@FreeBSD.org>2000-06-08 21:25:21 +0000
committerAde Lovett <ade@FreeBSD.org>2000-06-08 21:25:21 +0000
commitd750cb23bbf33b6fd31b9822c69f3eef17449c37 (patch)
tree434767933415048738e52062443631b07b6c802f /devel
parentDepend on gnomelibs.. not much point in install the user (diff)
Add missed textproc/libxml as a dependency
Submitted by: bento
Notes
Notes: svn path=/head/; revision=29407
Diffstat (limited to 'devel')
-rw-r--r--devel/oaf/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/oaf/Makefile b/devel/oaf/Makefile
index 5cf39398d680..f6745787ab91 100644
--- a/devel/oaf/Makefile
+++ b/devel/oaf/Makefile
@@ -15,7 +15,8 @@ MAINTAINER= ade@FreeBSD.org
LIB_DEPENDS= glib12.3:${PORTSDIR}/devel/glib12 \
ORBit.2:${PORTSDIR}/devel/ORBit \
- popt.0:${PORTSDIR}/devel/popt
+ popt.0:${PORTSDIR}/devel/popt \
+ xml.5:${PORTSDIR}/textproc/libxml
GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config