diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-03 05:04:00 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-03 05:04:00 +0800 |
commit | cfb51d057a3d4878b0c7f7fef7d78c84d49810fb (patch) | |
tree | 96bf111a2c4bd2fb8f21e7bd11b5e29e623151fd /shells | |
parent | 1068ae6edbfdf135636b0c961f416ec77d3fa5d9 (diff) | |
download | freebsd-ports-graphics-cfb51d057a3d4878b0c7f7fef7d78c84d49810fb.tar.gz freebsd-ports-graphics-cfb51d057a3d4878b0c7f7fef7d78c84d49810fb.tar.zst freebsd-ports-graphics-cfb51d057a3d4878b0c7f7fef7d78c84d49810fb.zip |
Add an explicit dependency on pkgconf
Diffstat (limited to 'shells')
-rw-r--r-- | shells/viewglob/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/shells/viewglob/Makefile b/shells/viewglob/Makefile index 8edc754e286..99c99083651 100644 --- a/shells/viewglob/Makefile +++ b/shells/viewglob/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: viewglob -# Date created: 06 Oct 2004 -# Whom: Jean-Yves Lefort <jylefort@brutele.be> -# +# Created by: Jean-Yves Lefort <jylefort@brutele.be> # $FreeBSD$ -# PORTNAME= viewglob PORTVERSION= 2.0.4 @@ -17,6 +13,7 @@ COMMENT= A GTK+ add-on to bash and zsh BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash RUN_DEPENDS= bash:${PORTSDIR}/shells/bash +USES= pkgconfig USE_XORG= x11 USE_GNOME= gtk20 GNU_CONFIGURE= yes |