summaryrefslogtreecommitdiffstats
path: root/deskutils
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2003-05-06 20:09:40 +0000
committermarcus <marcus@FreeBSD.org>2003-05-06 20:09:40 +0000
commitdbbaf597d43c2e1d61ae883cd8b90585de664427 (patch)
treecf9ae6295785ddf822c5a4595c9e78966624dfa1 /deskutils
parent0b423876808974bfee93ff75795ff0529100ffe7 (diff)
downloadFreeBSD-ports-dbbaf597d43c2e1d61ae883cd8b90585de664427.zip
FreeBSD-ports-dbbaf597d43c2e1d61ae883cd8b90585de664427.tar.gz
Change LIBS to LDFLAGS to fix the non-GNOME build.
Reported by: bento
Diffstat (limited to 'deskutils')
-rw-r--r--deskutils/gucharmap/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/deskutils/gucharmap/Makefile b/deskutils/gucharmap/Makefile
index 504d9bc..5a69d97 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 <bsd.port.pre.mk>
OpenPOWER on IntegriCloud