Skip to content

Commit 9671981

Browse files
Yasuhiro KimuraTobias Kortkamp
authored andcommitted
*: Remove unnecessary 'port' argument from USES=readline
PR: 248459 Exp-run by: antoine
1 parent 4032ece commit 9671981

40 files changed

Lines changed: 43 additions & 79 deletions

File tree

audio/ardour6/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ LIB_DEPENDS= libserd-0.so:devel/serd \
4343
libwebsockets.so:net/libwebsockets
4444

4545
USES= compiler:c++11-lang desktop-file-utils gettext gnome \
46-
libarchive pkgconfig python:3.7,build readline:port tar:bzip2 \
46+
libarchive pkgconfig python:3.7,build readline tar:bzip2 \
4747
waf xorg
4848
USE_CXXSTD= c++11
4949
USE_XORG= x11

audio/ecasound/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ LICENSE_COMB= multi
1616
BUILD_DEPENDS= ${LOCALBASE}/include/ladspa.h:audio/ladspa
1717

1818
USES= gmake libtool localbase:ldflags ncurses pkgconfig \
19-
readline:port shebangfix
19+
readline shebangfix
2020
SHEBANG_FILES= ecatools/ecamonitor
2121
GNU_CONFIGURE= yes
2222
CONFIGURE_ARGS= --disable-liblilv \

audio/libsmf/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ COMMENT= Standard MIDI File format library
1212
LICENSE= BSD2CLAUSE
1313
LICENSE_FILE= ${WRKSRC}/COPYING
1414

15-
USES= gnome libtool pathfix pkgconfig readline:port
15+
USES= gnome libtool pathfix pkgconfig readline
1616
USE_GNOME= glib20
1717
USE_LDCONFIG= yes
1818
GNU_CONFIGURE= yes

audio/yoshimi/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ LIB_DEPENDS= libargp.so:devel/argp-standalone \
1717
libjack.so:audio/jack \
1818
libmxml.so:textproc/mxml
1919

20-
USES= cmake compiler:c++11-lang gnome ncurses pkgconfig readline:port
20+
USES= cmake compiler:c++11-lang gnome ncurses pkgconfig readline
2121
USE_GNOME= cairo
2222

2323
USE_GITHUB= yes

biology/mrbayes/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ COMMENT= Bayesian inference of phylogeny
1212
LICENSE= GPLv3
1313
LICENSE_FILE= ${WRKSRC}/COPYING
1414

15-
USES= readline:port
15+
USES= readline
1616
USE_GITHUB= yes
1717
GH_ACCOUNT= NBISweden
1818
GH_PROJECT= MrBayes

devel/gdb/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ DEBUG_CFLAGS= -g
7171
GUILE_CONFIGURE_WITH= guile
7272
GUILE_LIB_DEPENDS= libguile-2.2.so:lang/guile2
7373
NLS_USES= gettext-runtime
74-
PORT_READLINE_USES= readline:port
74+
PORT_READLINE_USES= readline
7575
PORT_ICONV_USES= iconv:wchar_t
7676
PYTHON_CONFIGURE_ON= --with-python=${PYTHON_CMD}
7777
PYTHON_CONFIGURE_OFF= --without-python

devel/grv/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
1212

1313
LIB_DEPENDS= libgit2.so:devel/libgit2
1414

15-
USES= go ncurses pkgconfig readline:port
15+
USES= go ncurses pkgconfig readline
1616
USE_GITHUB= yes
1717
GH_ACCOUNT= rgburke
1818
GH_SUBDIR= src/github.com/rgburke/grv

devel/opendht/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ LIB_DEPENDS= libargon2.so:security/libargon2 \
1717
libnettle.so:security/nettle \
1818
libgnutls.so:security/gnutls
1919

20-
USES= cmake compiler:c++11-lib pathfix pkgconfig readline:port
20+
USES= cmake compiler:c++11-lib pathfix pkgconfig readline
2121
USE_GITHUB= yes
2222
GH_ACCOUNT= savoirfairelinux
2323
USE_LDCONFIG= yes

devel/tclreadline/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ COMMENT= GNU readline for TCL
1111

1212
LICENSE= BSD3CLAUSE
1313

14-
USES= autoreconf libtool tcl readline:port
14+
USES= autoreconf libtool tcl readline
1515

1616
GNU_CONFIGURE= yes
1717
CONFIGURE_ARGS+=--with-tcl=${TCL_LIBDIR} \

devel/tig/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
1313

1414
TEST_DEPENDS= git:devel/git
1515

16-
USES= iconv gmake ncurses readline:port
16+
USES= iconv gmake ncurses readline
1717
GNU_CONFIGURE= yes
1818
CONFIGURE_ARGS= ${ICONV_CONFIGURE_BASE}
1919
MAKE_ARGS= V=1

0 commit comments

Comments
 (0)