From 8f533d4ebc32908f02bf9efed0e7197c1c990351 Mon Sep 17 00:00:00 2001 From: antoine Date: Wed, 11 Sep 2013 17:17:35 +0000 Subject: Add an explicit dependency on pkgconf Approved by: portmgr (bapt) --- games/gtkballs/Makefile | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'games') 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 -- cgit