Skip to content

Commit

Permalink
devel/allegro: Remove USES=makeinfo
Browse files Browse the repository at this point in the history
- Distfile ships with info files and no need to regenereate these files
- Pet portclippy
  • Loading branch information
5u623l20 committed Oct 21, 2023
1 parent b3ffd0a commit f3df06b
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions devel/allegro/Makefile
Expand Up @@ -17,28 +17,27 @@ LIB_DEPENDS= libogg.so:audio/libogg \
libpng.so:graphics/png \
libvorbis.so:audio/libvorbis

USES= cmake gl makeinfo pkgconfig xorg
USES= cmake gl pkgconfig xorg
USE_GL= gl glu
USE_XORG= ice sm x11 xcursor xext xpm xxf86dga xxf86vm
USE_LDCONFIG= yes
USE_XORG= ice sm x11 xcursor xext xpm xxf86dga xxf86vm

INFO= allegro
PORTDOCS= *
PORTEXAMPLES= *

PLIST_SUB= SHLIB_VER="${PORTVERSION:R}"
CMAKE_ARGS= -DDOCDIR="${DOCSDIR}"
CMAKE_OFF= WANT_EXAMPLES WANT_MODULES
CMAKE_ON= WANT_LOGG
CMAKE_OFF= WANT_EXAMPLES WANT_MODULES

# Wrong versioning upstream
PORTSCOUT= ignore:1

INFO= allegro
PLIST_SUB= SHLIB_VER="${PORTVERSION:R}"
PORTDOCS= *
PORTEXAMPLES= *

OPTIONS_DEFINE= DOCS EXAMPLES
OPTIONS_DEFAULT= OSS
OPTIONS_MULTI= AUDIO
OPTIONS_MULTI_AUDIO= ALSA JACK OSS SNDIO
OPTIONS_DEFAULT= OSS

OPTIONS_SUB= yes

ALSA_LIB_DEPENDS= libasound.so:audio/alsa-lib
Expand Down

0 comments on commit f3df06b

Please sign in to comment.