diff options
author | John Marino <marino@FreeBSD.org> | 2013-09-12 00:21:10 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2013-09-12 00:21:10 +0000 |
commit | 107bfacba9383e0e28884a8425dd8e5cfdd807b9 (patch) | |
tree | 17dfb83a48d58043193fc6b92dfe64322eb6db76 /x11 | |
parent | 46e88f9dc1cd96da09f7346e695e8b295533210a (diff) | |
download | ports-107bfacba9383e0e28884a8425dd8e5cfdd807b9.tar.gz ports-107bfacba9383e0e28884a8425dd8e5cfdd807b9.zip |
Notes
Diffstat (limited to 'x11')
-rw-r--r-- | x11/wmctrl/Makefile | 7 | ||||
-rw-r--r-- | x11/yalias/Makefile | 7 |
2 files changed, 4 insertions, 10 deletions
diff --git a/x11/wmctrl/Makefile b/x11/wmctrl/Makefile index b0e00ddf55e3..8defe28bcb1e 100644 --- a/x11/wmctrl/Makefile +++ b/x11/wmctrl/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: wmctrl -# Date created: Feb 10 2004 -# Whom: Florent Thoumie <flz@xbsd.org> -# +# Created by: Florent Thoumie <flz@xbsd.org> # $FreeBSD$ -# PORTNAME= wmctrl PORTVERSION= 1.07 @@ -14,6 +10,7 @@ MASTER_SITES= http://sweb.cz/tripie/utils/wmctrl/dist/ MAINTAINER= flz@FreeBSD.org COMMENT= Command line tool to interact with an EWMH/NetWM compatible X managers +USES= pkgconfig GNU_CONFIGURE= yes USE_XORG= x11 xmu xext xt USE_GNOME= glib20 diff --git a/x11/yalias/Makefile b/x11/yalias/Makefile index 27c1f8174586..bf2c700c0c6c 100644 --- a/x11/yalias/Makefile +++ b/x11/yalias/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: yalias -# Date created: 8 September 2003 -# Whom: Tim Bishop <tim@bishnet.net> -# +# Created by: Tim Bishop <tim@bishnet.net> # $FreeBSD$ -# PORTNAME= yalias PORTVERSION= 0.7 @@ -16,6 +12,7 @@ MASTER_SITES= http://offog.org/files/ \ MAINTAINER= tdb@FreeBSD.org COMMENT= An enhanced execution box with regex pattern matching +USES= pkgconfig USE_GNOME= gtk20 ALL_TARGET= yalias |