summaryrefslogtreecommitdiff
path: root/editors/hte
diff options
context:
space:
mode:
authorSergey A. Osokin <osa@FreeBSD.org>2003-07-06 10:28:50 +0000
committerSergey A. Osokin <osa@FreeBSD.org>2003-07-06 10:28:50 +0000
commitd33a7a38e3440446ae530d29b2472d96ba7e50e3 (patch)
tree7885e77315fe3d002fb5c95389f986d7141e2a58 /editors/hte
parentreplace ${PERL} with ${REINPLACE_CMD} (diff)
Update to 0.7.3
PR: 54135 Submitted by: Kirill Ponomarew <ponomarew@oberon.net> Approved by: fjoe (mentor) (implicit)
Notes
Notes: svn path=/head/; revision=84289
Diffstat (limited to 'editors/hte')
-rw-r--r--editors/hte/Makefile8
-rw-r--r--editors/hte/distinfo2
2 files changed, 7 insertions, 3 deletions
diff --git a/editors/hte/Makefile b/editors/hte/Makefile
index edcd6d98e76a..97ce6f54d1e3 100644
--- a/editors/hte/Makefile
+++ b/editors/hte/Makefile
@@ -7,7 +7,7 @@
#
PORTNAME= hte
-PORTVERSION= 0.7.2
+PORTVERSION= 0.7.3
CATEGORIES= editors
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -17,10 +17,13 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= A file editor/viewer/analyzer for executables
USE_BZIP2= yes
+USE_XLIB= yes
USE_REINPLACE= yes
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ARGS= --enable-release
+CONFIGURE_ENV= CPPFLAGS+="-I${X11BASE}/include" \
+ LIBS+="-L${X11BASE}/lib"
.include <bsd.port.pre.mk>
@@ -30,7 +33,8 @@ LIB_DEPENDS+= ncurses.5:${PORTSDIR}/devel/ncurses
post-patch:
@${REINPLACE_CMD} -e \
- 's|$$FLAGS_PIPE $$FLAGS_ALL|$$CFLAGS|g' ${WRKSRC}/configure
+ 's|$$FLAGS_PIPE $$FLAGS_ALL|$$CFLAGS|g' \
+ ${WRKSRC}/configure
post-install:
.if !defined(NOPORTDOCS)
diff --git a/editors/hte/distinfo b/editors/hte/distinfo
index 4099375f5d06..f543c888aed1 100644
--- a/editors/hte/distinfo
+++ b/editors/hte/distinfo
@@ -1 +1 @@
-MD5 (ht-0.7.2.tar.bz2) = df79d5a7a39b646755a8cf0a0a4ec1e4
+MD5 (ht-0.7.3.tar.bz2) = 746daea18735b38e46b3eb9addc97ad5