summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorryoon <ryoon@pkgsrc.org>2013-05-23 13:14:28 +0000
committerryoon <ryoon@pkgsrc.org>2013-05-23 13:14:28 +0000
commit3a53838b3bf67ab3017f37bcfc467046406c6d3c (patch)
treee2ccfce5e925e975265ed5ab741cdd5e092e34cc
parent1b6c2c24560f478f524c0233089fa849af45ee8a (diff)
downloadpkgsrc-3a53838b3bf67ab3017f37bcfc467046406c6d3c.tar.gz
Fix hack.mk include.
-rw-r--r--mail/thunderbird/hacks.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/thunderbird/hacks.mk b/mail/thunderbird/hacks.mk
index a5f1da98a0c..0b45a9fae5c 100644
--- a/mail/thunderbird/hacks.mk
+++ b/mail/thunderbird/hacks.mk
@@ -1,6 +1,6 @@
-# $NetBSD: hacks.mk,v 1.3 2013/03/30 23:31:36 tron Exp $
+# $NetBSD: hacks.mk,v 1.4 2013/05/23 13:14:28 ryoon Exp $
# workround for link of thunderbird-bin etc.
LDFLAGS+= -Wl,-R${PREFIX}/lib/thunderbird
-.include "../../devel/xulrunner/hacks.mk"
+.include "../../devel/xulrunner17/hacks.mk"