diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-03 05:27:53 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-03 05:27:53 +0800 |
commit | 4ba03e55e7e7b9ee9e2df5445c34fa5e7e3baf3c (patch) | |
tree | 30e09432cf3af70c596ec1833bdb863b62a6ce3b /games/gtkpool | |
parent | 9c33e295efb15d3d43d6d2f7757380c4aab0f3fc (diff) | |
download | freebsd-ports-gnome-4ba03e55e7e7b9ee9e2df5445c34fa5e7e3baf3c.tar.gz freebsd-ports-gnome-4ba03e55e7e7b9ee9e2df5445c34fa5e7e3baf3c.tar.zst freebsd-ports-gnome-4ba03e55e7e7b9ee9e2df5445c34fa5e7e3baf3c.zip |
Add an explicit dependency on pkgconf
Diffstat (limited to 'games/gtkpool')
-rw-r--r-- | games/gtkpool/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/games/gtkpool/Makefile b/games/gtkpool/Makefile index 89723adc5fe0..1f0a8ef9dc4d 100644 --- a/games/gtkpool/Makefile +++ b/games/gtkpool/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: GTKPool -# Date created: 31 Jul 2005 -# Whom: Alexey Dokuchaev <danfe@FreeBSD.org> -# +# Created by: Alexey Dokuchaev <danfe@FreeBSD.org> # $FreeBSD$ -# PORTNAME= gtkpool PORTVERSION= 0.5.0 @@ -15,7 +11,7 @@ MASTER_SITES= ftp://ftp.seul.org/pub/gtkpool/ \ MAINTAINER= ports@FreeBSD.org COMMENT= A 2D pool game using the GTK+ toolkit -USES= perl5 +USES= perl5 pkgconfig USE_GNOME= gtk20 USE_PERL5= build USE_GMAKE= yes |