From 25f9d35297058a9992f23d500a6cf47fe02fba49 Mon Sep 17 00:00:00 2001 From: riastradh Date: Sat, 19 Jan 2013 20:31:14 +0000 Subject: editors/ted always needs Xft and fontconfig, not just on SunOS/Dragonfly. --- editors/ted/Makefile | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'editors/ted') diff --git a/editors/ted/Makefile b/editors/ted/Makefile index 4f714e6b088..083d3a4e1ad 100644 --- a/editors/ted/Makefile +++ b/editors/ted/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.54 2013/01/11 00:15:39 joerg Exp $ +# $NetBSD: Makefile,v 1.55 2013/01/19 20:31:14 riastradh Exp $ DISTNAME= ted-2.21.src PKGNAME= ${DISTNAME:S/.src//} -PKGREVISION= 5 +PKGREVISION= 6 CATEGORIES= editors MASTER_SITES= ftp://ftp.nluug.nl/pub/editors/ted/ @@ -36,8 +36,9 @@ CONFIGURE_ENV+= ac_xpm_libraries="${BUILDLINK_PREFIX.libXpm}/lib" CONFIGURE_ENV+= ac_zlib_includes="${BUILDLINK_PREFIX.zlib}/include" CONFIGURE_ENV+= ac_zlib_libraries="${BUILDLINK_PREFIX.zlib}/lib" -LDFLAGS.SunOS+= -lXft -lfontconfig -liconv -LDFLAGS.DragonFly+= -lXft -lfontconfig +LDFLAGS.SunOS+= -liconv +LDFLAGS+= -lXft +LDFLAGS+= -lfontconfig MAKE_FLAGS+= CONFIGURE_OPTIONS=--x-libraries=${X11BASE}/lib\ --with-MOTIF -- cgit v1.2.3