From d33a7a38e3440446ae530d29b2472d96ba7e50e3 Mon Sep 17 00:00:00 2001 From: "Sergey A. Osokin" Date: Sun, 6 Jul 2003 10:28:50 +0000 Subject: Update to 0.7.3 PR: 54135 Submitted by: Kirill Ponomarew Approved by: fjoe (mentor) (implicit) --- editors/hte/Makefile | 8 ++++++-- editors/hte/distinfo | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) (limited to 'editors/hte') 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 @@ -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 -- cgit v1.2.3