diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-02 21:27:53 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-02 21:27:53 +0000 |
commit | 9880c1a3788c97424f73d86aba7a5c511e2d47b4 (patch) | |
tree | 30e09432cf3af70c596ec1833bdb863b62a6ce3b /ftp | |
parent | c4a998e8d3a89178ee4515e49e7371f2bb7bd893 (diff) |
Notes
Diffstat (limited to 'ftp')
-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 |