From 68fe6c6a18f591ecc876dceff151f8399c39b95e Mon Sep 17 00:00:00 2001 From: rm Date: Fri, 12 May 2017 17:26:30 +0000 Subject: 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 --- games/aisleriot/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- cgit