diff options
author | asami <asami@FreeBSD.org> | 1998-08-20 09:39:06 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-08-20 09:39:06 +0000 |
commit | c3dc49aca6b2e30c04b8cbfd586ae08716443e48 (patch) | |
tree | cdb6e11b2ba4f64104be112f18ca144ef294cdac /editors | |
parent | c76abb76f49c8a1dc3f86ed1ef0ab737a607f0f3 (diff) | |
download | FreeBSD-ports-c3dc49aca6b2e30c04b8cbfd586ae08716443e48.zip FreeBSD-ports-c3dc49aca6b2e30c04b8cbfd586ae08716443e48.tar.gz |
Mark this MANUAL_PACKAGE_BUILD, because it depends on
ncurses, which is ".
Diffstat (limited to 'editors')
-rw-r--r-- | editors/hexedit/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/editors/hexedit/Makefile b/editors/hexedit/Makefile index bfa8bab..2b06d74 100644 --- a/editors/hexedit/Makefile +++ b/editors/hexedit/Makefile @@ -3,7 +3,7 @@ # Date created: 5 August 1998 # Whom: Andrey Zakhvatov # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1998/08/10 00:31:40 steve Exp $ # DISTNAME= hexedit-0.9.3 @@ -15,6 +15,8 @@ MAINTAINER= andy@icc.surw.chel.su LIB_DEPENDS= ncurses\\.4\\.:${PORTSDIR}/devel/ncurses +MANUAL_PACKAGE_BUILD= depends on ncurses + ALL_TARGET= WRKSRC= ${WRKDIR}/hexedit |