diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-03 12:13:23 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-03 12:13:23 +0000 |
commit | 1c7c3d2208b25ea1ca091a2b3e8cb6b7283feac6 (patch) | |
tree | 969d85a11701cc0a743c50f26376c759b7da5a4d /sysutils/cog/Makefile | |
parent | d65af50a70ba6e7ae6c00df5e9c8a4007c79a964 (diff) | |
download | ports-1c7c3d2208b25ea1ca091a2b3e8cb6b7283feac6.tar.gz ports-1c7c3d2208b25ea1ca091a2b3e8cb6b7283feac6.zip |
Add an explicit dependency on pkgconf
Notes
Notes:
svn path=/head/; revision=326137
Diffstat (limited to 'sysutils/cog/Makefile')
-rw-r--r-- | sysutils/cog/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/sysutils/cog/Makefile b/sysutils/cog/Makefile index 5d8849e4b1b4..863168208e3b 100644 --- a/sysutils/cog/Makefile +++ b/sysutils/cog/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: COnfigurator for Gnome -# Date created: 01 May 2004 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# +# Created by: Joe Marcus Clarke <marcus@FreeBSD.org> # $FreeBSD$ -# PORTNAME= cog PORTVERSION= 0.8.0 @@ -15,9 +11,8 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= A program for editing advanced GNOME settings in an easy way USE_XORG= x11 -USE_GMAKE= yes USE_GNOME= gnomeprefix gnomehack libgnomeui -USES= gettext +USES= gettext gmake pkgconfig GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib |