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 /devel/bugbuddy | |
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 'devel/bugbuddy')
-rw-r--r-- | devel/bugbuddy/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/bugbuddy/Makefile b/devel/bugbuddy/Makefile index 812c923ec395..34e97c4b2943 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" |