diff options
author | marino <marino@pkgsrc.org> | 2012-01-29 21:00:13 +0000 |
---|---|---|
committer | marino <marino@pkgsrc.org> | 2012-01-29 21:00:13 +0000 |
commit | 41c8fedec377584c9902affe45c3175fa176c404 (patch) | |
tree | 86e03a66ce943c2d60b24abf8e793bf687d0e022 /editors/tea | |
parent | e164a5888bf777ad9cc4920e39882c214b10e9ad (diff) | |
download | pkgsrc-41c8fedec377584c9902affe45c3175fa176c404.tar.gz |
editors/tea: Fix indirect linking error on DragonFly
Diffstat (limited to 'editors/tea')
-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 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" |