summaryrefslogtreecommitdiff
path: root/editors/ted
diff options
context:
space:
mode:
authorriastradh <riastradh@pkgsrc.org>2013-01-19 20:31:14 +0000
committerriastradh <riastradh@pkgsrc.org>2013-01-19 20:31:14 +0000
commit7334433f0d1f5140a60767aae5d5907ea6a221dd (patch)
tree1e46b0bd5f1dfc202ea2db2b8ad848a862af19ca /editors/ted
parent2ec536153e73ff1b926f03a4a0bcd75ee0865027 (diff)
downloadpkgsrc-7334433f0d1f5140a60767aae5d5907ea6a221dd.tar.gz
editors/ted always needs Xft and fontconfig, not just on SunOS/Dragonfly.
Diffstat (limited to 'editors/ted')
-rw-r--r--editors/ted/Makefile9
1 files changed, 5 insertions, 4 deletions
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