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/docker | |
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/docker')
-rw-r--r-- | x11/docker/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/x11/docker/Makefile b/x11/docker/Makefile index 12fd8b9fc373..093125b1a3a7 100644 --- a/x11/docker/Makefile +++ b/x11/docker/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: docker -# Date created: March 15, 2003 -# Whom: Samy Al Bahra <samy@kerneled.org> -# +# Created by: Samy Al Bahra <samy@kerneled.org> # $FreeBSD$ -# PORTNAME= docker PORTVERSION= 1.5 @@ -20,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING USE_XORG= x11 USE_GNOME= glib20 -USE_GMAKE= yes +USES= gmake pkgconfig PLIST_FILES= bin/docker |