From 5dc363dc094169230c9787a052578f283deef4c5 Mon Sep 17 00:00:00 2001 From: Joe Marcus Clarke Date: Tue, 6 May 2003 20:09:40 +0000 Subject: Change LIBS to LDFLAGS to fix the non-GNOME build. Reported by: bento --- deskutils/gucharmap/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'deskutils/gucharmap') diff --git a/deskutils/gucharmap/Makefile b/deskutils/gucharmap/Makefile index 504d9bcf375a..5a69d9708dbe 100644 --- a/deskutils/gucharmap/Makefile +++ b/deskutils/gucharmap/Makefile @@ -15,8 +15,6 @@ DIST_SUBDIR= gnome2 MAINTAINER= marcus@FreeBSD.org COMMENT= A Unicode/ISO10646 character map and font viewer -BROKEN= "Does not configure" - LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt USE_BZIP2= yes @@ -28,7 +26,7 @@ USE_LIBTOOL= yes INSTALLS_SHLIB= yes USE_REINPLACE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib" + LDFLAGS="-L${LOCALBASE}/lib" .include -- cgit v1.2.3