mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
Add USES=readline to fix build on current.
This commit is contained in:
parent
89e061584a
commit
422540c35a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=364397
@ -10,7 +10,7 @@ MASTER_SITES= http://www.puchalla-online.de/ \
|
||||
MAINTAINER= dhn@FreeBSD.org
|
||||
COMMENT= Small and fast command line MP3 editor
|
||||
|
||||
USES= tar:bzip2
|
||||
USES= tar:bzip2 readline
|
||||
|
||||
PLIST_FILES= bin/cutmp3 man/man1/cutmp3.1.gz
|
||||
|
||||
|
@ -13,6 +13,8 @@ COMMENT= Lazy functional language
|
||||
|
||||
WRKSRC= ${WRKDIR}/src
|
||||
|
||||
USES= readline
|
||||
|
||||
MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS} -DUSE_READLINE=1" \
|
||||
LDFLAGS="${LDFLAGS} -lm -lreadline" OPTFLAGS=""
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user