diff options
author | adamw <adamw@FreeBSD.org> | 2014-07-22 01:15:14 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2014-07-22 01:15:14 +0800 |
commit | 43636950ad01aad98eaab6f75297e5073d87e478 (patch) | |
tree | c6f586cd1d4a5465956f93cb704a948b73424bc3 /audio | |
parent | d5c868ba4e9e46052c2ac3d4fd729bcd243c1e40 (diff) | |
download | freebsd-ports-gnome-43636950ad01aad98eaab6f75297e5073d87e478.tar.gz freebsd-ports-gnome-43636950ad01aad98eaab6f75297e5073d87e478.tar.zst freebsd-ports-gnome-43636950ad01aad98eaab6f75297e5073d87e478.zip |
Add USES=readline to fix configure.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/mpiosh/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/mpiosh/Makefile b/audio/mpiosh/Makefile index 668037b3e331..d6077a3d539a 100644 --- a/audio/mpiosh/Makefile +++ b/audio/mpiosh/Makefile @@ -11,7 +11,7 @@ DISTNAME= mpio-${PORTVERSION:S|.p|_pre|} MAINTAINER= ports@FreeBSD.org COMMENT= Digit@lway MPIO MP3 player tool -USES= iconv +USES= iconv readline GNU_CONFIGURE= yes USE_LDCONFIG= yes |