diff options
author | Sergey A. Osokin <osa@FreeBSD.org> | 2003-07-06 10:28:50 +0000 |
---|---|---|
committer | Sergey A. Osokin <osa@FreeBSD.org> | 2003-07-06 10:28:50 +0000 |
commit | d33a7a38e3440446ae530d29b2472d96ba7e50e3 (patch) | |
tree | 7885e77315fe3d002fb5c95389f986d7141e2a58 /editors | |
parent | 5d2b9f69d690d5e732cafd007156d3c9fefda57f (diff) | |
download | ports-d33a7a38e3440446ae530d29b2472d96ba7e50e3.tar.gz ports-d33a7a38e3440446ae530d29b2472d96ba7e50e3.zip |
Notes
Diffstat (limited to 'editors')
-rw-r--r-- | editors/hte/Makefile | 8 | ||||
-rw-r--r-- | editors/hte/distinfo | 2 |
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 |