diff options
author | joerg <joerg@pkgsrc.org> | 2013-11-29 12:59:12 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2013-11-29 12:59:12 +0000 |
commit | 3f1ecaa268126e127bec7236283deff3574a9b94 (patch) | |
tree | 7b344826d0e96697a03e19a54779510e761318de /mail/thunderbird17 | |
parent | efcb017e6f2c9f71e9e94512189c21a0f8510ce8 (diff) | |
download | pkgsrc-3f1ecaa268126e127bec7236283deff3574a9b94.tar.gz |
Fix rpath. Bump revision.
Diffstat (limited to 'mail/thunderbird17')
-rw-r--r-- | mail/thunderbird17/Makefile | 3 | ||||
-rw-r--r-- | mail/thunderbird17/hacks.mk | 4 |
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" |