aboutsummaryrefslogtreecommitdiffstats
path: root/x11
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2002-09-09 03:17:55 +0800
committermarcus <marcus@FreeBSD.org>2002-09-09 03:17:55 +0800
commit21dde1be156c82dc0c1ba196a9ee57712453a5a3 (patch)
treefac69cfe028adf1a81ac1e822c615b8414809001 /x11
parent8ef3e565a851393b8b86b0d641cfdf46e8f5e15e (diff)
downloadfreebsd-ports-gnome-21dde1be156c82dc0c1ba196a9ee57712453a5a3.tar.gz
freebsd-ports-gnome-21dde1be156c82dc0c1ba196a9ee57712453a5a3.tar.zst
freebsd-ports-gnome-21dde1be156c82dc0c1ba196a9ee57712453a5a3.zip
Add a missing dependency on libglade.
Submitted by: bento
Diffstat (limited to 'x11')
-rw-r--r--x11/gdm/Makefile2
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"