aboutsummaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2013-09-12 01:17:35 +0800
committerantoine <antoine@FreeBSD.org>2013-09-12 01:17:35 +0800
commit8f533d4ebc32908f02bf9efed0e7197c1c990351 (patch)
tree1a0c82510e2ad579641a51eadbef715702daac7a /games
parent8892259f25adf21ec6849accd7accb334c2fb698 (diff)
downloadfreebsd-ports-gnome-8f533d4ebc32908f02bf9efed0e7197c1c990351.tar.gz
freebsd-ports-gnome-8f533d4ebc32908f02bf9efed0e7197c1c990351.tar.zst
freebsd-ports-gnome-8f533d4ebc32908f02bf9efed0e7197c1c990351.zip
Add an explicit dependency on pkgconf
Approved by: portmgr (bapt)
Diffstat (limited to 'games')
-rw-r--r--games/gtkballs/Makefile9
1 files changed, 2 insertions, 7 deletions
diff --git a/games/gtkballs/Makefile b/games/gtkballs/Makefile
index 77aa362c279b..9e30272ff384 100644
--- a/games/gtkballs/Makefile
+++ b/games/gtkballs/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: gtkballs
-# Date created: 11 November 1998
-# Whom: Andrey Zakhvatov
-#
+# Created by: Andrey Zakhvatov
# $FreeBSD$
-#
PORTNAME= gtkballs
PORTVERSION= 3.1.5
@@ -14,9 +10,8 @@ MASTER_SITES= http://gtkballs.antex.ru/dist/
MAINTAINER= ports@FreeBSD.org
COMMENT= Lines-like simple logic game for X Window System
-USES= gettext
+USES= gettext gmake pkgconfig
USE_GNOME= gtk20
-USE_GMAKE= yes
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib