diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2021-09-23 18:18:56 +0200 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2021-09-23 18:22:54 +0200 |
commit | 266130ce71ef2f1cd944a70789bf003da3254c29 (patch) | |
tree | 9d1d11a998d94ba964697fc8d56f65eed716d239 /audio/mp3c/Makefile | |
parent | 3556bb222640f4cf6dd22a59542fafdf5ffbd934 (diff) | |
download | freebsd-ports-266130ce71ef2f1cd944a70789bf003da3254c29.zip |
ncurses: fix build with futur base and ports ncurses
in preparation for the split in base of libtinfo and libncurses, clearly
specify when the packages should link against.
Note this also fixes the build with ports ncurses
Diffstat (limited to 'audio/mp3c/Makefile')
-rw-r--r-- | audio/mp3c/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/mp3c/Makefile b/audio/mp3c/Makefile index 836aa142e9c2..972c24884709 100644 --- a/audio/mp3c/Makefile +++ b/audio/mp3c/Makefile @@ -17,6 +17,7 @@ RUN_DEPENDS= mp3info:audio/mp3info \ USES= ncurses GNU_CONFIGURE= yes +MAKE_ARGS+= LIBS="${NCURSESLIBS}" DEFAULT_CDROM_DEVICE?= cd0 |