s/libs/lib/. This fixes the build with the latest gettext.

Prompted by:	Mike Harding <mvh@ix.netcom.com>
This commit is contained in:
Joe Marcus Clarke 2002-08-02 18:07:02 +00:00
parent dee92979d9
commit 4a5ec7d63f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=63875

View File

@ -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: