From 74e0f8a8b686b5907c28d2392a09652cada4ca50 Mon Sep 17 00:00:00 2001 From: bapt Date: Tue, 3 Sep 2013 12:13:23 +0000 Subject: Add an explicit dependency on pkgconf --- games/atomix/Makefile | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'games/atomix') diff --git a/games/atomix/Makefile b/games/atomix/Makefile index 11f27321b460..e892287466bd 100644 --- a/games/atomix/Makefile +++ b/games/atomix/Makefile @@ -1,10 +1,6 @@ -# New ports collection makefile for: atomix -# Date created: 30 January 2000 -# Whom: Yukihiro Nakai -# +# Created by: Yukihiro Nakai # $FreeBSD$ # $MCom: ports/games/atomix/Makefile,v 1.14 2007/09/10 05:39:33 mezz Exp $ -# PORTNAME= atomix PORTVERSION= 2.14.0 @@ -16,9 +12,8 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= A yet another little mind game -USE_GMAKE= yes USE_BZIP2= yes -USES= gettext +USES= gettext gmake pkgconfig USE_GNOME= gnomeprefix gnomehack intlhack libgnomeui GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include -- cgit