diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-09-08 19:17:55 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-09-08 19:17:55 +0000 |
commit | 80d7c47a236ff47035d1ab6345aa5dc735937ffa (patch) | |
tree | a2890023aa3a6c2fa3c51a380d8f68af0bfa34f0 /x11/gdm | |
parent | Add missing dependency on bonobo. (diff) |
Add a missing dependency on libglade.
Submitted by: bento
Notes
Notes:
svn path=/head/; revision=65847
Diffstat (limited to 'x11/gdm')
-rw-r--r-- | x11/gdm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/gdm/Makefile b/x11/gdm/Makefile index bb743fab0ba5..52474e895984 100644 --- a/x11/gdm/Makefile +++ b/x11/gdm/Makefile @@ -19,7 +19,7 @@ USE_BZIP2= yes USE_X_PREFIX= yes USE_GMAKE= yes USE_GNOMENG= yes -USE_GNOME= gnomeprefix gnomehack gnomelibs gdkpixbuf +USE_GNOME= gnomeprefix gnomehack libglade gdkpixbuf USE_LIBTOOL= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" |