summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authormarino <marino>2012-01-29 21:00:13 +0000
committermarino <marino>2012-01-29 21:00:13 +0000
commit586530af814d8361bd8ffa6d6fefcd22257efe44 (patch)
tree86e03a66ce943c2d60b24abf8e793bf687d0e022 /editors
parent0b5d24917716bc53bb4d8b0c261d9faca6bb0f2e (diff)
downloadpkgsrc-586530af814d8361bd8ffa6d6fefcd22257efe44.tar.gz
editors/tea: Fix indirect linking error on DragonFly
Diffstat (limited to 'editors')
-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"