mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-20 08:27:15 +00:00
sysutils/heirloom: Document and fix ncurses requirement
Approved by: ncurses blanket
This commit is contained in:
parent
af25d749ff
commit
9e45ac4dc3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=420716
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= heirloom
|
||||
PORTVERSION= 070715
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= SF
|
||||
|
||||
@ -13,8 +13,9 @@ COMMENT= Collection of standard Unix utilities
|
||||
BUILD_DEPENDS= ksh:shells/pdksh
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
USES= gmake tar:bzip2
|
||||
MAKE_ARGS= CC=${CC} CFLAGS="${CFLAGS}" ROOT="${STAGEDIR}"
|
||||
USES= gmake ncurses tar:bzip2
|
||||
MAKE_ARGS= CC=${CC} CFLAGS="${CFLAGS}" ROOT="${STAGEDIR}" \
|
||||
LCURS="-L${LOCALBASE}/lib -lncurses"
|
||||
MAKEFILE= makefile
|
||||
ALL_TARGET= #
|
||||
DATADIR= ${PREFIX}/${PORTNAME}
|
||||
|
Loading…
Reference in New Issue
Block a user