diff options
author | osa <osa@FreeBSD.org> | 2003-07-06 18:28:50 +0800 |
---|---|---|
committer | osa <osa@FreeBSD.org> | 2003-07-06 18:28:50 +0800 |
commit | 0f8757a1dadd157d1dee45abf9712235a24b0020 (patch) | |
tree | 7e9f06908947973836b056f49748d6f38291d410 | |
parent | e48d290697a61b280a0e7f86633a42d74dcfbd90 (diff) | |
download | freebsd-ports-gnome-0f8757a1dadd157d1dee45abf9712235a24b0020.tar.gz freebsd-ports-gnome-0f8757a1dadd157d1dee45abf9712235a24b0020.tar.zst freebsd-ports-gnome-0f8757a1dadd157d1dee45abf9712235a24b0020.zip |
Update to 0.7.3
PR: 54135
Submitted by: Kirill Ponomarew <ponomarew@oberon.net>
Approved by: fjoe (mentor) (implicit)
-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 |