summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorwiedi <wiedi@pkgsrc.org>2014-02-22 19:12:20 +0000
committerwiedi <wiedi@pkgsrc.org>2014-02-22 19:12:20 +0000
commit44f31dc5bed2e3e2b1418fe1a45c2c2840e9163c (patch)
treeba2f951c6ba212ff583c2721970dd9ba2c8ffbaf /editors
parentc4f9d79183f9b37826bd639fe8f403626912c252 (diff)
downloadpkgsrc-44f31dc5bed2e3e2b1418fe1a45c2c2840e9163c.tar.gz
needs -lX11 -lm on SunOS
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 a0a55591bfd..968ace9389a 100644
--- a/editors/tea/Makefile
+++ b/editors/tea/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.34 2014/02/12 23:17:52 tron Exp $
+# $NetBSD: Makefile,v 1.35 2014/02/22 19:12:20 wiedi Exp $
#
DISTNAME= tea-16.0.5
@@ -16,6 +16,7 @@ USE_PKGLOCALEDIR= yes
GNU_CONFIGURE= yes
USE_TOOLS+= pkg-config msgfmt
LDFLAGS.DragonFly= -lX11 -lm
+LDFLAGS.SunOS= -lX11 -lm
.include "options.mk"