diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-03 16:49:46 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-03 16:49:46 +0800 |
commit | a3c425eac4f10c609b832fbf89e050e1dcc2744f (patch) | |
tree | e9e009fc092528bdc298f66c506930624e74cb2c /www | |
parent | ca7b1a32f0ab22c9c850a23b006fb2af08456c55 (diff) | |
download | freebsd-ports-gnome-a3c425eac4f10c609b832fbf89e050e1dcc2744f.tar.gz freebsd-ports-gnome-a3c425eac4f10c609b832fbf89e050e1dcc2744f.tar.zst freebsd-ports-gnome-a3c425eac4f10c609b832fbf89e050e1dcc2744f.zip |
Add an explicit dependency on pkgconf
Diffstat (limited to 'www')
-rw-r--r-- | www/gecko-sharp20/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/www/gecko-sharp20/Makefile b/www/gecko-sharp20/Makefile index 885e9652e7c9..8670097cbd7b 100644 --- a/www/gecko-sharp20/Makefile +++ b/www/gecko-sharp20/Makefile @@ -1,10 +1,6 @@ -# New ports collection makefile for: gecko-sharp -# Date created: 20040825 -# Whom: Tom McLaughlin <tmclaugh@sdf.lonestar.org> -# +# Created by: Tom McLaughlin <tmclaugh@sdf.lonestar.org> # $FreeBSD$ # $Id: Makefile,v 1.19 2007/02/07 15:49:20 killfill Exp $ -# PORTNAME= gecko-sharp PORTVERSION= 0.13 @@ -18,9 +14,9 @@ COMMENT= Mono bindings to embed Mozilla USE_GECKO= libxul USE_GNOME= gtksharp20 +USES= gmake pkgconfig LATEST_LINK= gecko-sharp20 GNU_CONFIGURE= yes -USE_GMAKE= yes USE_BZIP2= yes post-patch: |