diff options
author | antoine <antoine@FreeBSD.org> | 2013-09-10 02:54:28 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2013-09-10 02:54:28 +0800 |
commit | f3571dba2484c54162cc61b8abc288c7ec6cca14 (patch) | |
tree | 3b969fb0c53d4fb2ae1cc9be5ebaeeab1ed7e2c9 /ports-mgmt/bxpkg | |
parent | 9a21d679f211da2dc3d0c87aa6ee0ed8174b876b (diff) | |
download | freebsd-ports-gnome-f3571dba2484c54162cc61b8abc288c7ec6cca14.tar.gz freebsd-ports-gnome-f3571dba2484c54162cc61b8abc288c7ec6cca14.tar.zst freebsd-ports-gnome-f3571dba2484c54162cc61b8abc288c7ec6cca14.zip |
Add an explicit dependency on pkgconf
Approved by: portmgr (bapt)
Diffstat (limited to 'ports-mgmt/bxpkg')
-rw-r--r-- | ports-mgmt/bxpkg/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/ports-mgmt/bxpkg/Makefile b/ports-mgmt/bxpkg/Makefile index 50a13be3eb28..0cfdc011c7c1 100644 --- a/ports-mgmt/bxpkg/Makefile +++ b/ports-mgmt/bxpkg/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: bxpkg -# Date Created: 7 February 2011 -# Whom: Kostas Petrikas <kpetrikas@gmail.com> -# +# Created by: Kostas Petrikas <kpetrikas@gmail.com> # $FreeBSD$ -# PORTNAME= bxpkg DISTVERSION= 0.0.4_0 @@ -15,6 +11,7 @@ DISTNAME= ${PORTNAME}-${DISTVERSION} MAINTAINER= kpetrikas@gmail.com COMMENT= bxPKG is a GTK+ based tool to manage binary packages on BSD systems. +USES= pkgconfig USE_XORG= x11 USE_GNOME= gtk20 |