diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:00:51 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:00:51 +0000 |
commit | 4e1b79a0a61f4973df8b4b0864d22086c769e219 (patch) | |
tree | 78ceaf1b099c56a40c240ab46278cdf4ae9e7c01 /games/freeciv | |
parent | 7f4572eae4327c4403d9ef714cb6de917650662a (diff) |
Notes
Diffstat (limited to 'games/freeciv')
-rw-r--r-- | games/freeciv/Makefile | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/games/freeciv/Makefile b/games/freeciv/Makefile index e1c0bc2e1ac1..421b2f900442 100644 --- a/games/freeciv/Makefile +++ b/games/freeciv/Makefile @@ -10,9 +10,9 @@ MASTER_SITES= SF/freeciv/Freeciv%20${PORTVERSION:R}/${PORTVERSION} \ MAINTAINER= johans@FreeBSD.org COMMENT= Free turn-based multiplayer strategy -RUN_DEPENDS= hicolor-icon-theme>=0:${PORTSDIR}/misc/hicolor-icon-theme -LIB_DEPENDS= libltdl.so:${PORTSDIR}/devel/libltdl \ - libcurl.so:${PORTSDIR}/ftp/curl +RUN_DEPENDS= hicolor-icon-theme>=0:misc/hicolor-icon-theme +LIB_DEPENDS= libltdl.so:devel/libltdl \ + libcurl.so:ftp/curl USES= gettext gmake iconv libtool pkgconfig tar:bzip2 python sqlite GNU_CONFIGURE= yes @@ -40,12 +40,12 @@ IGNORE= cannot use SDL without X11: re-run make config .endif .if ${PORT_OPTIONS:MX11} -LIB_DEPENDS+= libtiff.so:${PORTSDIR}/graphics/tiff \ - libpng.so:${PORTSDIR}/graphics/png \ - libggz.so:${PORTSDIR}/games/libggz \ - libggz-gtk.so:${PORTSDIR}/games/ggz-gtk-client \ - libggzcore.so:${PORTSDIR}/games/ggz-client-libs \ - libggzmod.so:${PORTSDIR}/games/ggz-client-libs +LIB_DEPENDS+= libtiff.so:graphics/tiff \ + libpng.so:graphics/png \ + libggz.so:games/libggz \ + libggz-gtk.so:games/ggz-gtk-client \ + libggzcore.so:games/ggz-client-libs \ + libggzmod.so:games/ggz-client-libs USE_XORG= xpm USE_SDL+= mixer USE_GNOME= gtk20 |