summaryrefslogtreecommitdiff
path: root/devel/glade
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2002-08-02 18:07:02 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2002-08-02 18:07:02 +0000
commit4a5ec7d63f856b237b7eca476b2a3aece0d8f2af (patch)
tree936c315eb831ef327717ad4cc6054acfb7ac0a6d /devel/glade
parentDon't use old USE_GNOME framework, as it is now being actively deorbited. (diff)
s/libs/lib/. This fixes the build with the latest gettext.
Prompted by: Mike Harding <mvh@ix.netcom.com>
Notes
Notes: svn path=/head/; revision=63875
Diffstat (limited to 'devel/glade')
-rw-r--r--devel/glade/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/glade/Makefile b/devel/glade/Makefile
index a456c114dd12..95c8238942b7 100644
--- a/devel/glade/Makefile
+++ b/devel/glade/Makefile
@@ -19,7 +19,7 @@ USE_GNOME= gnomeprefix gnomehack bonobo gnomedb
USE_LIBTOOL= yes
CONFIGURE_ARGS= --with-bonobo --enable-gnome-db
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LIBS="-L${LOCALBASE}/libs"
+ LIBS="-L${LOCALBASE}/lib"
CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL}
post-patch: