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/hte/Makefile | |
parent | 5d2b9f69d690d5e732cafd007156d3c9fefda57f (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/Makefile')
-rw-r--r-- | editors/hte/Makefile | 8 |
1 files changed, 6 insertions, 2 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) |