diff options
author | marino <marino@pkgsrc.org> | 2012-07-12 17:10:21 +0000 |
---|---|---|
committer | marino <marino@pkgsrc.org> | 2012-07-12 17:10:21 +0000 |
commit | 270d7310010a784a58d1491d334f42a00cb881a7 (patch) | |
tree | 0cf6ac9a99e65847e5837c9d32cda9f0f6cba087 /editors/ted | |
parent | 44dfec2ef26463a188ea11f276c7f78ac2a77351 (diff) | |
download | pkgsrc-270d7310010a784a58d1491d334f42a00cb881a7.tar.gz |
editors/ted: Fix DragonFly indirect linking error
Diffstat (limited to 'editors/ted')
-rw-r--r-- | editors/ted/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/ted/Makefile b/editors/ted/Makefile index 4765f5c4b40..715108df6ac 100644 --- a/editors/ted/Makefile +++ b/editors/ted/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.49 2012/03/03 00:13:01 wiz Exp $ +# $NetBSD: Makefile,v 1.50 2012/07/12 17:10:21 marino Exp $ DISTNAME= ted-2.21.src PKGNAME= ${DISTNAME:S/.src//} @@ -38,6 +38,7 @@ CONFIGURE_ENV+= ac_zlib_includes="${BUILDLINK_PREFIX.zlib}/include" CONFIGURE_ENV+= ac_zlib_libraries="${BUILDLINK_PREFIX.zlib}/lib" LDFLAGS.SunOS+= -liconv +LDFLAGS.DragonFly+= -lXft -lfontconfig MAKE_FLAGS+= CONFIGURE_OPTIONS=--x-libraries=${X11BASE}/lib\ --with-MOTIF |