diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-03 20:13:23 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-03 20:13:23 +0800 |
commit | 74e0f8a8b686b5907c28d2392a09652cada4ca50 (patch) | |
tree | 969d85a11701cc0a743c50f26376c759b7da5a4d /net | |
parent | cfe05aaa850def1fcb987abccbb3e58403ad9257 (diff) | |
download | freebsd-ports-gnome-74e0f8a8b686b5907c28d2392a09652cada4ca50.tar.gz freebsd-ports-gnome-74e0f8a8b686b5907c28d2392a09652cada4ca50.tar.zst freebsd-ports-gnome-74e0f8a8b686b5907c28d2392a09652cada4ca50.zip |
Add an explicit dependency on pkgconf
Diffstat (limited to 'net')
-rw-r--r-- | net/grdesktop/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/net/grdesktop/Makefile b/net/grdesktop/Makefile index 66827cf7fffc..c5d525734e33 100644 --- a/net/grdesktop/Makefile +++ b/net/grdesktop/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: grdesktop -# Date created: Jan 3 2003 -# Whom: Florent Thoumie <flz@xbsd.org> -# +# Created by: Florent Thoumie <flz@xbsd.org> # $FreeBSD$ -# PORTNAME= grdesktop PORTVERSION= 0.23 @@ -18,7 +14,7 @@ COMMENT= GNOME frontend for the remote desktop client (rdesktop) RUN_DEPENDS= rdesktop:${PORTSDIR}/net/rdesktop GNU_CONFIGURE= yes -USE_GMAKE= yes +USES= gmake pkgconfig USE_GNOME= libgnomeui gnomeprefix gnomehack GCONF_SCHEMAS= grdesktop.schemas INSTALLS_OMF= yes |