diff options
author | rm <rm@FreeBSD.org> | 2017-05-13 01:26:30 +0800 |
---|---|---|
committer | rm <rm@FreeBSD.org> | 2017-05-13 01:26:30 +0800 |
commit | 68fe6c6a18f591ecc876dceff151f8399c39b95e (patch) | |
tree | 7f3677a184cc4136041083aab226b109f6a06607 | |
parent | ec580cb9234e14a39fd2a68f6004e4d2bc1778d1 (diff) | |
download | freebsd-ports-gnome-68fe6c6a18f591ecc876dceff151f8399c39b95e.tar.gz freebsd-ports-gnome-68fe6c6a18f591ecc876dceff151f8399c39b95e.tar.zst freebsd-ports-gnome-68fe6c6a18f591ecc876dceff151f8399c39b95e.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
-rw-r--r-- | games/aisleriot/Makefile | 4 |
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 |