summaryrefslogtreecommitdiff
path: root/editors/tea
diff options
context:
space:
mode:
authormarino <marino@pkgsrc.org>2012-01-29 21:00:13 +0000
committermarino <marino@pkgsrc.org>2012-01-29 21:00:13 +0000
commita6e7133792ebb2862571d016d58d9cb22a991cbe (patch)
tree86e03a66ce943c2d60b24abf8e793bf687d0e022 /editors/tea
parenta1230cdead44323146d2889a68631dd09f970849 (diff)
downloadpkgsrc-a6e7133792ebb2862571d016d58d9cb22a991cbe.tar.gz
editors/tea: Fix indirect linking error on DragonFly
Diffstat (limited to 'editors/tea')
-rw-r--r--editors/tea/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/tea/Makefile b/editors/tea/Makefile
index 53baafd9a63..8944f9c4e4f 100644
--- a/editors/tea/Makefile
+++ b/editors/tea/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2012/01/24 09:11:02 sbd Exp $
+# $NetBSD: Makefile,v 1.16 2012/01/29 21:00:13 marino Exp $
#
DISTNAME= tea-16.0.5
@@ -17,6 +17,7 @@ PKG_DESTDIR_SUPPORT= user-destdir
USE_PKGLOCALEDIR= yes
GNU_CONFIGURE= yes
USE_TOOLS+= pkg-config msgfmt
+LDFLAGS.DragonFly= -lX11 -lm
.include "options.mk"