diff options
author | John Marino <marino@FreeBSD.org> | 2013-09-11 16:45:58 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2013-09-11 16:45:58 +0000 |
commit | 30fb06c870312f125ce13d34b81a10f7906677eb (patch) | |
tree | 07c99aa739c6b74a8b8c37fee0caed1e65bb175c /x11 | |
parent | f19c454457053117207f92b46d70774cb96bfdf7 (diff) | |
download | freebsd-ports-30fb06c870312f125ce13d34b81a10f7906677eb.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} |