diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-03 06:36:41 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-03 06:36:41 +0000 |
commit | db7a56d5edac0833e3f5182aa505b20354dcc3f9 (patch) | |
tree | 49a1c0a19d2528061ed83095e4acf1b3cab87fe5 /x11-toolkits/gtk-sharp20 | |
parent | ea1237cf5e53134db56449396d80dbaa8167c827 (diff) |
Add an explicit dependency on pkgconf
Notes
Notes:
svn path=/head/; revision=326122
Diffstat (limited to 'x11-toolkits/gtk-sharp20')
-rw-r--r-- | x11-toolkits/gtk-sharp20/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/x11-toolkits/gtk-sharp20/Makefile b/x11-toolkits/gtk-sharp20/Makefile index cd4e84af9e47..fdf1a086ab94 100644 --- a/x11-toolkits/gtk-sharp20/Makefile +++ b/x11-toolkits/gtk-sharp20/Makefile @@ -1,10 +1,6 @@ -# New ports collection makefile for: gtk-sharp -# Date created: 2003-01-01 -# Whom: Juli Mallett -# +# Created by: Juli Mallett # $FreeBSD$ # $Id: Makefile,v 1.27 2007/10/03 00:48:49 killfill Exp $ -# PORTNAME= gtk-sharp PORTVERSION= 2.12.10 @@ -23,8 +19,7 @@ LATEST_LINK= gtk-sharp20 USE_BZIP2= yes GNU_CONFIGURE= yes USE_LDCONFIG= yes -USE_GMAKE= yes -USES= perl5 +USES= perl5 gmake pkgconfig USE_PERL5= run USE_GNOME= gnomehack gtk20 libglade2 |