aboutsummaryrefslogtreecommitdiff
path: root/devel/bug-buddy
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2002-09-08 19:17:55 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2002-09-08 19:17:55 +0000
commit80d7c47a236ff47035d1ab6345aa5dc735937ffa (patch)
treea2890023aa3a6c2fa3c51a380d8f68af0bfa34f0 /devel/bug-buddy
parent6b710fcf41d73b4237e9a04652410841a2716903 (diff)
downloadports-80d7c47a236ff47035d1ab6345aa5dc735937ffa.tar.gz
ports-80d7c47a236ff47035d1ab6345aa5dc735937ffa.zip
Add a missing dependency on libglade.
Submitted by: bento
Notes
Notes: svn path=/head/; revision=65847
Diffstat (limited to 'devel/bug-buddy')
-rw-r--r--devel/bug-buddy/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/bug-buddy/Makefile b/devel/bug-buddy/Makefile
index 812c923ec395..34e97c4b2943 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"