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 /x11/bbrun | |
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 'x11/bbrun')
-rw-r--r-- | x11/bbrun/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/x11/bbrun/Makefile b/x11/bbrun/Makefile index 09cf7dfa11e7..d3554a8acc9b 100644 --- a/x11/bbrun/Makefile +++ b/x11/bbrun/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: bbrun -# Date created: 3 August 2001 -# Whom: Adam Weinberger <adam@vectors.cx> -# +# Created by: Adam Weinberger <adam@vectors.cx> # $FreeBSD$ -# PORTNAME= bbrun PORTVERSION= 1.6 @@ -18,7 +14,7 @@ WRKSRC= ${WRKDIR}/${DISTNAME}/bbrun USE_XORG= xpm USE_GNOME= gtk20 -USE_GMAKE= yes +USES= gmake pkgconfig USE_CSTD= gnu89 PORTDOCS= README |