aboutsummaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorRuslan Makhmatkhanov <rm@FreeBSD.org>2017-05-12 17:26:30 +0000
committerRuslan Makhmatkhanov <rm@FreeBSD.org>2017-05-12 17:26:30 +0000
commitb660d2427d8e856f71ca284a02a5d4035cbb6b9a (patch)
tree7f3677a184cc4136041083aab226b109f6a06607 /games
parent311d79a2f79bee8f46b72d59cdc6757c8b143315 (diff)
downloadports-b660d2427d8e856f71ca284a02a5d4035cbb6b9a.tar.gz
ports-b660d2427d8e856f71ca284a02a5d4035cbb6b9a.zip
games/aisleriot: merge couple of fixes from gnome devel repo
- add missing dependency upon libcanberra (reported by QA) - change CONFLICTS because it only conflicts on install phase - bump PORTREVISON because of dependency list change With hat: gnome
Notes
Notes: svn path=/head/; revision=440693
Diffstat (limited to 'games')
-rw-r--r--games/aisleriot/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/games/aisleriot/Makefile b/games/aisleriot/Makefile
index e450d8e516e6..75f006761c89 100644
--- a/games/aisleriot/Makefile
+++ b/games/aisleriot/Makefile
@@ -3,6 +3,7 @@
PORTNAME= aisleriot
PORTVERSION= 3.22.2
+PORTREVISION= 1
CATEGORIES= games gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome3
@@ -14,10 +15,11 @@ BUILD_DEPENDS= itstool:textproc/itstool \
appstream-builder:devel/appstream-glib \
bash:shells/bash
LIB_DEPENDS= libguile-2.0.so:lang/guile2 \
+ libcanberra.so:audio/libcanberra \
libcanberra-gtk3.so:audio/libcanberra-gtk3 \
libgc-threaded.so:devel/boehm-gc-threaded
-CONFLICTS= sol-[0-9]*
+CONFLICTS_INSTALL= sol-[0-9]*
PORTSCOUT= limitw:1,even
USES= desktop-file-utils gettext gmake gnome pathfix pkgconfig tar:xz