aboutsummaryrefslogtreecommitdiffstats
path: root/devel/elf
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2015-08-04 00:45:15 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2015-08-04 00:45:15 +0800
commit16ae0e06d5c3211e704840738306b558a9ab5a0e (patch)
tree7d9a56b58e276b9b643aeec2d7a89c1c1c762a57 /devel/elf
parent7e9d974c944e84afc57e2e88bb633702c7ba165a (diff)
downloadfreebsd-ports-gnome-16ae0e06d5c3211e704840738306b558a9ab5a0e.tar.gz
freebsd-ports-gnome-16ae0e06d5c3211e704840738306b558a9ab5a0e.tar.zst
freebsd-ports-gnome-16ae0e06d5c3211e704840738306b558a9ab5a0e.zip
- Switch to USES=readline
- Don't use / in sed regexps to allow full path in , unbreaking cross-build with native-x-tools
Diffstat (limited to 'devel/elf')
-rw-r--r--devel/elf/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/elf/Makefile b/devel/elf/Makefile
index f2ff574b8597..4c0e1aaab95e 100644
--- a/devel/elf/Makefile
+++ b/devel/elf/Makefile
@@ -3,7 +3,7 @@
PORTNAME= elf
PORTVERSION= 0.5.4p1
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= devel
MASTER_SITES= PACKETSTORM/linux/reverse-engineering
@@ -13,12 +13,12 @@ COMMENT= Commandline based ELF header analyzer
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
-USES= gmake readline
+USES= gmake libedit readline
GNU_CONFIGURE= yes
PLIST_FILES= bin/elf man/man1/elf.1.gz
post-patch:
- @${REINPLACE_CMD} -e 's/gcc/${CC}/g' ${WRKSRC}/src/Makefile.in
+ @${REINPLACE_CMD} -e 's|gcc|${CC}|g' ${WRKSRC}/src/Makefile.in
do-build:
${DO_MAKE_BUILD} -C ${WRKSRC}/src