diff options
author | marcus <marcus@FreeBSD.org> | 2002-09-08 19:17:55 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2002-09-08 19:17:55 +0000 |
commit | 21dde1be156c82dc0c1ba196a9ee57712453a5a3 (patch) | |
tree | fac69cfe028adf1a81ac1e822c615b8414809001 /x11/gdm/Makefile | |
parent | 8ef3e565a851393b8b86b0d641cfdf46e8f5e15e (diff) | |
download | FreeBSD-ports-21dde1be156c82dc0c1ba196a9ee57712453a5a3.zip FreeBSD-ports-21dde1be156c82dc0c1ba196a9ee57712453a5a3.tar.gz |
Add a missing dependency on libglade.
Submitted by: bento
Diffstat (limited to 'x11/gdm/Makefile')
-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 bb743fa..52474e8 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" |