diff options
author | wiedi <wiedi@pkgsrc.org> | 2014-02-22 19:12:20 +0000 |
---|---|---|
committer | wiedi <wiedi@pkgsrc.org> | 2014-02-22 19:12:20 +0000 |
commit | 73d7bd79952f6bf23c70a9cb818f97bdfb6dcda4 (patch) | |
tree | ba2f951c6ba212ff583c2721970dd9ba2c8ffbaf /editors | |
parent | b2cec8667191968903b4a65ce25f0fdd60e9fe40 (diff) | |
download | pkgsrc-73d7bd79952f6bf23c70a9cb818f97bdfb6dcda4.tar.gz |
needs -lX11 -lm on SunOS
Diffstat (limited to 'editors')
-rw-r--r-- | editors/tea/Makefile | 3 |
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" |