summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-05-06 20:09:40 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-05-06 20:09:40 +0000
commit5dc363dc094169230c9787a052578f283deef4c5 (patch)
tree6c90c49ebb986d930643f87b0dd90ebcb0d5e6b8 /misc
parent- Update auf bind-9.2.2/DLZ-0.4.3 (diff)
Change LIBS to LDFLAGS to fix the non-GNOME build.
Reported by: bento
Notes
Notes: svn path=/head/; revision=80280
Diffstat (limited to 'misc')
-rw-r--r--misc/gucharmap/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/misc/gucharmap/Makefile b/misc/gucharmap/Makefile
index 504d9bcf375a..5a69d9708dbe 100644
--- a/misc/gucharmap/Makefile
+++ b/misc/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>