aboutsummaryrefslogtreecommitdiffstats
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
parent8ef3e565a851393b8b86b0d641cfdf46e8f5e15e (diff)
downloadfreebsd-ports-graphics-21dde1be156c82dc0c1ba196a9ee57712453a5a3.tar.gz
freebsd-ports-graphics-21dde1be156c82dc0c1ba196a9ee57712453a5a3.tar.zst
freebsd-ports-graphics-21dde1be156c82dc0c1ba196a9ee57712453a5a3.zip
Add a missing dependency on libglade.
Submitted by: bento
-rw-r--r--devel/bug-buddy/Makefile2
-rw-r--r--devel/bugbuddy/Makefile2
-rw-r--r--x11/gdm/Makefile2
3 files changed, 3 insertions, 3 deletions
diff --git a/devel/bug-buddy/Makefile b/devel/bug-buddy/Makefile
index 812c923ec39..34e97c4b294 100644
--- a/devel/bug-buddy/Makefile
+++ b/devel/bug-buddy/Makefile
@@ -18,7 +18,7 @@ MAINTAINER= gnome@FreeBSD.org
USE_X_PREFIX= yes
USE_GMAKE= yes
USE_GNOMENG= yes
-USE_GNOME= gnomeprefix gnomehack gnomelibs
+USE_GNOME= gnomeprefix gnomehack libglade
USE_LIBTOOL= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"
diff --git a/devel/bugbuddy/Makefile b/devel/bugbuddy/Makefile
index 812c923ec39..34e97c4b294 100644
--- a/devel/bugbuddy/Makefile
+++ b/devel/bugbuddy/Makefile
@@ -18,7 +18,7 @@ MAINTAINER= gnome@FreeBSD.org
USE_X_PREFIX= yes
USE_GMAKE= yes
USE_GNOMENG= yes
-USE_GNOME= gnomeprefix gnomehack gnomelibs
+USE_GNOME= gnomeprefix gnomehack libglade
USE_LIBTOOL= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"
diff --git a/x11/gdm/Makefile b/x11/gdm/Makefile
index bb743fab0ba..52474e89598 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"