diff options
author | bapt <bapt@FreeBSD.org> | 2014-12-21 08:07:32 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-12-21 08:07:32 +0800 |
commit | c8492c8e2a6c1443bc4c0ed98dc63bf8fb3cece8 (patch) | |
tree | e81af951b741e8eacae096331e85c00de1f603df /games/gweled | |
parent | 0ebbf9e64dc25894adc90974ba9f35022af663d7 (diff) | |
download | freebsd-ports-gnome-c8492c8e2a6c1443bc4c0ed98dc63bf8fb3cece8.tar.gz freebsd-ports-gnome-c8492c8e2a6c1443bc4c0ed98dc63bf8fb3cece8.tar.zst freebsd-ports-gnome-c8492c8e2a6c1443bc4c0ed98dc63bf8fb3cece8.zip |
Get rid of gnomehier
Diffstat (limited to 'games/gweled')
-rw-r--r-- | games/gweled/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/gweled/Makefile b/games/gweled/Makefile index e409fdd9f0f0..e63baa41b4b9 100644 --- a/games/gweled/Makefile +++ b/games/gweled/Makefile @@ -3,7 +3,7 @@ PORTNAME= gweled PORTVERSION= 0.7 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= games gnome MASTER_SITES= http://sebdelestaing.free.fr/gweled/Release/ @@ -13,7 +13,7 @@ COMMENT= GNOME version of the game called "Bejeweled" or "Diamond Mine" LIB_DEPENDS= libmikmod.so:${PORTSDIR}/audio/libmikmod USES= gmake pathfix pkgconfig -USE_GNOME= gnomeprefix gnomehier libgnomeui librsvg2 +USE_GNOME= gnomeprefix libgnomeui librsvg2 GNU_CONFIGURE= yes post-patch: |