diff options
author | trevor <trevor@FreeBSD.org> | 2003-09-24 05:59:05 +0000 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2003-09-24 05:59:05 +0000 |
commit | 192ca79c060b060887fa3e38e49937ffaf2a34ec (patch) | |
tree | 99f901ae75d275a2fd29abd16ef13b47dca12bc2 | |
parent | 894e94f78f9b69c22ff16e294a3a70abd8aecc48 (diff) | |
download | FreeBSD-ports-192ca79c060b060887fa3e38e49937ffaf2a34ec.zip FreeBSD-ports-192ca79c060b060887fa3e38e49937ffaf2a34ec.tar.gz |
Add forgotten dependencies on glib 2.X and libxml 2.X.
Submitted by: Andrew J. Caines of halplant.com
requested by: kris
-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 3dff2b7..7085ebf 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 |