diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-02 21:16:30 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-02 21:16:30 +0000 |
commit | be41425d62fadcf027f2786f380ffa32662102d1 (patch) | |
tree | 01acb1d2a968dc8d10b50517f6c4e4baf10c93e6 /games/glightoff | |
parent | 83021732317b2ba7b8c7b282f63433710942e378 (diff) |
Notes
Diffstat (limited to 'games/glightoff')
-rw-r--r-- | games/glightoff/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/glightoff/Makefile b/games/glightoff/Makefile index 68f6e64e6234..85204ffa7f9e 100644 --- a/games/glightoff/Makefile +++ b/games/glightoff/Makefile @@ -1,4 +1,4 @@ -# Created by: nemysis@gmx.ch +# Created by: nemysis@gmx.ch # $FreeBSD$ PORTNAME= glightoff @@ -13,7 +13,7 @@ COMMENT= Simple (but not so easy to solve!) puzzle game LICENSE= GPLv2 GNU_CONFIGURE= yes -USE_GMAKE= yes +USES= gmake pkgconfig USE_GNOME= glib20 gtk20 USE_XORG= x11 |