summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authormanu <manu@pkgsrc.org>2014-07-22 08:00:03 +0000
committermanu <manu@pkgsrc.org>2014-07-22 08:00:03 +0000
commitca34a4a049acca6525c1b67662279cbadbd8598d (patch)
tree4e4f3ac021bf8c25fef97a8a0fb43d8fc437f01d /devel
parent62ce306b3fe2bbbf3b2e5c306df0b5635c75a902 (diff)
downloadpkgsrc-ca34a4a049acca6525c1b67662279cbadbd8598d.tar.gz
PatchELF is a small utility to modify the dynamic linker and RPATH
of ELF executables. It is used by the Nix Packages collection (nixpkgs).
Diffstat (limited to 'devel')
-rw-r--r--devel/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/Makefile b/devel/Makefile
index b7642c33f72..9f966a22c9c 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1934 2014/07/19 09:02:29 ryoon Exp $
+# $NetBSD: Makefile,v 1.1935 2014/07/22 08:00:03 manu Exp $
#
COMMENT= Development utilities
@@ -1423,6 +1423,7 @@ SUBDIR+= pangox-compat
SUBDIR+= papaya
SUBDIR+= pardiff
SUBDIR+= patch
+SUBDIR+= patchelf
SUBDIR+= patchutils
SUBDIR+= pcc-libs
SUBDIR+= pccts