Skip to content

Commit

Permalink
games/exult: Cleanup LIB_DEPENDS
Browse files Browse the repository at this point in the history
  • Loading branch information
nunotexbsd committed Sep 23, 2023
1 parent e7a7133 commit 8070a5c
Showing 1 changed file with 9 additions and 11 deletions.
20 changes: 9 additions & 11 deletions games/exult/Makefile
@@ -1,6 +1,6 @@
PORTNAME= exult
DISTVERSION?= 1.8
PORTREVISION?= 3
PORTREVISION?= 4
PORTEPOCH= 1
CATEGORIES= games

Expand All @@ -11,20 +11,17 @@ WWW= http://exult.info
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING

LIB_DEPENDS= libfreetype.so:print/freetype2 \
libogg.so:audio/libogg \
libpng.so:graphics/png \
LIB_DEPENDS= libogg.so:audio/libogg \
libpng16.so:graphics/png \
libvorbis.so:audio/libvorbis

USES= autoreconf compiler:c++17-lang gmake libtool localbase \
pkgconfig sdl xorg

USE_GNOME= cairo gdkpixbuf2 glib20 gtk30
USE_SDL= mixer2 sdl2
USE_GNOME= cairo gdkpixbuf2
USE_SDL= sdl2
USE_XORG= x11 xext

GNU_CONFIGURE= yes

CONFIGURE_ARGS= --disable-static \
--enable-shared \
--with-icondir=${PREFIX}/share/pixmaps
Expand Down Expand Up @@ -60,19 +57,20 @@ FLUIDSYNTH_CONFIGURE_ENABLE= fluidsynth

GIMP_LIB_DEPENDS= libbabl-0.1.so:x11/babl \
libfontconfig.so:x11-fonts/fontconfig \
libfreetype.so:print/freetype2 \
libgegl-0.4.so:graphics/gegl \
libgegl-npd-0.4.so:graphics/gegl \
libgimp-2.0.so:graphics/gimp-app \
libharfbuzz.so:print/harfbuzz \
libjson-glib-1.0.so:devel/json-glib
GIMP_USES= gnome
GIMP_USE= GNOME=gtk20 \
pango
GIMP_USE= GNOME=gtk20,pango

GIMP_CONFIGURE_ENABLE= gimp-plugin

STUDIO_LIB_DEPENDS?= libharfbuzz.so:print/harfbuzz
STUDIO_USES= gnome
STUDIO_USE= GNOME=libglade2
STUDIO_USE= GNOME=gtk30
STUDIO_CONFIGURE_ENABLE= exult-studio exult-studio-support

post-install-DOCS-on:
Expand Down

0 comments on commit 8070a5c

Please sign in to comment.