1
0
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:
Adam Weinberger 2014-08-09 04:02:59 +00:00
parent 89e061584a
commit 422540c35a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=364397
2 changed files with 3 additions and 1 deletions

View File

@ -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

View File

@ -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=""