summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2013-11-29 12:59:12 +0000
committerjoerg <joerg@pkgsrc.org>2013-11-29 12:59:12 +0000
commit6908a9fb7aabcb7c2874aaba69c073e0c6b82575 (patch)
tree7b344826d0e96697a03e19a54779510e761318de
parent5c9c22136a7ae97892325ee66e83278cb9e465b9 (diff)
downloadpkgsrc-6908a9fb7aabcb7c2874aaba69c073e0c6b82575.tar.gz
Fix rpath. Bump revision.
-rw-r--r--mail/thunderbird17/Makefile3
-rw-r--r--mail/thunderbird17/hacks.mk4
2 files changed, 4 insertions, 3 deletions
diff --git a/mail/thunderbird17/Makefile b/mail/thunderbird17/Makefile
index b98bd23c628..4951023cf4d 100644
--- a/mail/thunderbird17/Makefile
+++ b/mail/thunderbird17/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.1 2013/11/13 13:27:45 ryoon Exp $
+# $NetBSD: Makefile,v 1.2 2013/11/29 12:59:12 joerg Exp $
DISTNAME= # empty
PKGNAME= thunderbird17-${TB_VER}
+PKGREVISION= 1
TB_VER= 17.0.10
#LIGHTNINGVER= 1.9
CATEGORIES= mail
diff --git a/mail/thunderbird17/hacks.mk b/mail/thunderbird17/hacks.mk
index 50b4503c238..1ef412ce218 100644
--- a/mail/thunderbird17/hacks.mk
+++ b/mail/thunderbird17/hacks.mk
@@ -1,6 +1,6 @@
-# $NetBSD: hacks.mk,v 1.1 2013/11/13 13:27:45 ryoon Exp $
+# $NetBSD: hacks.mk,v 1.2 2013/11/29 12:59:12 joerg Exp $
# workround for link of thunderbird-bin etc.
-LDFLAGS+= -Wl,-R${PREFIX}/lib/thunderbird
+LDFLAGS+= -Wl,-R${PREFIX}/lib/thunderbird17
.include "../../devel/xulrunner17/hacks.mk"