diff options
author | Ade Lovett <ade@FreeBSD.org> | 2000-06-08 21:25:21 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2000-06-08 21:25:21 +0000 |
commit | d750cb23bbf33b6fd31b9822c69f3eef17449c37 (patch) | |
tree | 434767933415048738e52062443631b07b6c802f /devel | |
parent | Depend 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/Makefile | 3 |
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 |