diff options
author | marino <marino@FreeBSD.org> | 2013-09-12 00:45:58 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2013-09-12 00:45:58 +0800 |
commit | 033d92e77ae18eb45aaaa08cf1b4037bb1536ad0 (patch) | |
tree | 07c99aa739c6b74a8b8c37fee0caed1e65bb175c /x11 | |
parent | 7acdfd231b879eab1e859a7cbbd62e2a1231bc05 (diff) | |
download | freebsd-ports-gnome-033d92e77ae18eb45aaaa08cf1b4037bb1536ad0.tar.gz freebsd-ports-gnome-033d92e77ae18eb45aaaa08cf1b4037bb1536ad0.tar.zst freebsd-ports-gnome-033d92e77ae18eb45aaaa08cf1b4037bb1536ad0.zip |
Add explicit dependency on pkgconf (18 ports)
Diffstat (limited to 'x11')
-rw-r--r-- | x11/setlayout/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/x11/setlayout/Makefile b/x11/setlayout/Makefile index add84c30f516..b1bef7063214 100644 --- a/x11/setlayout/Makefile +++ b/x11/setlayout/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: setlayout -# Date created: 17 December 2007 -# Whom: oleg@bsdpower.com -# +# Created by: oleg@bsdpower.com # $FreeBSD$ -# PORTNAME= setlayout DISTVERSION= 20080210 @@ -15,6 +11,7 @@ EXTRACT_ONLY= #none MAINTAINER= oleg@bsdpower.com COMMENT= Arrange desktops in an MxN grid layout +USES= pkgconfig USE_XORG= x11 NO_WRKSUBDIR= yes PLIST_FILES= bin/${PORTNAME} |