summaryrefslogtreecommitdiff
path: root/converters/help2man/Makefile
diff options
context:
space:
mode:
authormarino <marino@pkgsrc.org>2012-10-19 19:58:47 +0000
committermarino <marino@pkgsrc.org>2012-10-19 19:58:47 +0000
commit4aef65119036bba6995f5b8943f8a224f09623ee (patch)
tree67f85c6a2c6bf2b6b49251493c2ee2bb318a87c2 /converters/help2man/Makefile
parentaea4faafc2019bbc00cd60e8eca2cf4d2a884515 (diff)
downloadpkgsrc-4aef65119036bba6995f5b8943f8a224f09623ee.tar.gz
converters/help2man: Restore removed RPATH patch
converters/help2man does not embed an rpath into bindtextdomain.so, and it will fail PKG_DEVELOPER checks on platforms that don't have native libintl like DragonFly. This was fixed back in July but the patch got removed during the update to the current version. Re-introduce the equivalent patch to fix the build on DragonFly.
Diffstat (limited to 'converters/help2man/Makefile')
-rw-r--r--converters/help2man/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/converters/help2man/Makefile b/converters/help2man/Makefile
index 02f6ee39272..477e86b89ad 100644
--- a/converters/help2man/Makefile
+++ b/converters/help2man/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.10 2012/10/13 12:25:02 wen Exp $
+# $NetBSD: Makefile,v 1.11 2012/10/19 19:58:47 marino Exp $
DISTNAME= help2man-1.40.12
+PKGREVISION= 1
CATEGORIES= converters
MASTER_SITES= ${MASTER_SITE_GNU:=help2man/}