diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2003-09-24 05:59:05 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2003-09-24 05:59:05 +0000 |
commit | afa0241446f09a9bf05def19e6707c1341936a20 (patch) | |
tree | 715445c33269e94b44132551bccb91a369aad6b2 /x11-wm/openbox | |
parent | Fix build on -STABLE. (diff) |
Add forgotten dependencies on glib 2.X and libxml 2.X.
Submitted by: Andrew J. Caines of halplant.com
requested by: kris
Diffstat (limited to 'x11-wm/openbox')
-rw-r--r-- | x11-wm/openbox/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11-wm/openbox/Makefile b/x11-wm/openbox/Makefile index 3dff2b732fc4..7085ebf3050e 100644 --- a/x11-wm/openbox/Makefile +++ b/x11-wm/openbox/Makefile @@ -22,6 +22,7 @@ THEMES= allegro artwiz blah41 om4ob thebear PKGMESSAGE= ${WRKDIR}/pkg-message PLIST= ${WRKDIR}/pkg-plist USE_GMAKE= yes +USE_GNOME= glib20 libxml2 USE_X_PREFIX= yes GNU_CONFIGURE= yes #USE_AUTOMAKE= yes |