diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2019-06-27 09:02:56 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2019-06-27 09:02:56 +0000 |
commit | 3186e08e7cdddac0929decce6bf1d991d8812181 (patch) | |
tree | 9b00b47306733fd0c753d6a412fb12557feb9478 /games/gnubik/Makefile | |
parent | 58b12aeafce3467eea6235b9aeffe218cdf4d8e0 (diff) |
Notes
Diffstat (limited to 'games/gnubik/Makefile')
-rw-r--r-- | games/gnubik/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/games/gnubik/Makefile b/games/gnubik/Makefile index d66ab657552d..e41570dddb4f 100644 --- a/games/gnubik/Makefile +++ b/games/gnubik/Makefile @@ -3,7 +3,7 @@ PORTNAME= gnubik PORTVERSION= 2.4.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games MASTER_SITES= GNU @@ -13,7 +13,7 @@ COMMENT= 3D Rubik's cube game LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS= libguile-2.0.so:lang/guile2 \ +LIB_DEPENDS= libguile-2.2.so:lang/guile2 \ libgtkglext-x11-1.0.so:x11-toolkits/gtkglext GNU_CONFIGURE= yes @@ -27,6 +27,10 @@ INFO= gnubik OPTIONS_DEFINE= DOCS +post-patch: + @${REINPLACE_CMD} -e 's,guile-2\.0,guile-2.2,' \ + ${WRKSRC}/configure + post-install: ${LN} -s ../icons/hicolor/32x32/apps/gnubik.png ${STAGEDIR}${PREFIX}/share/pixmaps/${PORTNAME}.png |