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/mt_gtk_client | |
parent | 7f4572eae4327c4403d9ef714cb6de917650662a (diff) | |
download | ports-4e1b79a0a61f4973df8b4b0864d22086c769e219.tar.gz ports-4e1b79a0a61f4973df8b4b0864d22086c769e219.zip |
Notes
Diffstat (limited to 'games/mt_gtk_client')
-rw-r--r-- | games/mt_gtk_client/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/games/mt_gtk_client/Makefile b/games/mt_gtk_client/Makefile index 50df3fc4b9f4..9912f0e13a7b 100644 --- a/games/mt_gtk_client/Makefile +++ b/games/mt_gtk_client/Makefile @@ -12,18 +12,18 @@ COMMENT= GTK+ client for MaitreTarot, a Tarot card game LICENSE= GPLv2 -LIB_DEPENDS= libmt_client.so:${PORTSDIR}/games/libmt_client -RUN_DEPENDS= ${LOCALBASE}/share/cardpics/images/78.png:${PORTSDIR}/games/cardpics +LIB_DEPENDS= libmt_client.so:games/libmt_client +RUN_DEPENDS= ${LOCALBASE}/share/cardpics/images/78.png:games/cardpics GNU_CONFIGURE= yes USES= gettext pkgconfig tar:bzip2 USE_GNOME= glib20 gtk20 libxml2 .if !defined(WITHOUT_SERVER) -RUN_DEPENDS+= ${LOCALBASE}/bin/maitretarot_server:${PORTSDIR}/games/maitretarot +RUN_DEPENDS+= ${LOCALBASE}/bin/maitretarot_server:games/maitretarot .endif .if !defined(WITHOUT_IA) -RUN_DEPENDS+= ${LOCALBASE}/bin/mt_dolphin_ia:${PORTSDIR}/games/mt_dolphin_ia +RUN_DEPENDS+= ${LOCALBASE}/bin/mt_dolphin_ia:games/mt_dolphin_ia .endif .include <bsd.port.mk> |