diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-03 05:27:53 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-03 05:27:53 +0800 |
commit | 4ba03e55e7e7b9ee9e2df5445c34fa5e7e3baf3c (patch) | |
tree | 30e09432cf3af70c596ec1833bdb863b62a6ce3b /ftp/urlgfe | |
parent | 9c33e295efb15d3d43d6d2f7757380c4aab0f3fc (diff) | |
download | freebsd-ports-gnome-4ba03e55e7e7b9ee9e2df5445c34fa5e7e3baf3c.tar.gz freebsd-ports-gnome-4ba03e55e7e7b9ee9e2df5445c34fa5e7e3baf3c.tar.zst freebsd-ports-gnome-4ba03e55e7e7b9ee9e2df5445c34fa5e7e3baf3c.zip |
Add an explicit dependency on pkgconf
Diffstat (limited to 'ftp/urlgfe')
-rw-r--r-- | ftp/urlgfe/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/ftp/urlgfe/Makefile b/ftp/urlgfe/Makefile index 913dd8ad032b..a439da970660 100644 --- a/ftp/urlgfe/Makefile +++ b/ftp/urlgfe/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: urlgfe -# Date created: 8 January 2004 -# Whom: Nosov Artem <chip-set@mail.ru> -# +# Created by: Nosov Artem <chip-set@mail.ru> # $FreeBSD$ -# PORTNAME= urlgfe PORTVERSION= 0.7.1 @@ -17,6 +13,7 @@ COMMENT= A download manager LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl USE_GNOME= gtk20 lthack +USES= pkgconfig WANT_GNOME= yes USE_OPENSSL= yes USE_AUTOTOOLS= libtool |