diff options
author | trevor <trevor@FreeBSD.org> | 2003-09-24 13:59:05 +0800 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2003-09-24 13:59:05 +0800 |
commit | 192ca79c060b060887fa3e38e49937ffaf2a34ec (patch) | |
tree | 99f901ae75d275a2fd29abd16ef13b47dca12bc2 /x11-wm | |
parent | 894e94f78f9b69c22ff16e294a3a70abd8aecc48 (diff) | |
download | freebsd-ports-gnome-192ca79c060b060887fa3e38e49937ffaf2a34ec.tar.gz freebsd-ports-gnome-192ca79c060b060887fa3e38e49937ffaf2a34ec.tar.zst freebsd-ports-gnome-192ca79c060b060887fa3e38e49937ffaf2a34ec.zip |
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')
-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 |