diff options
author | bapt <bapt@FreeBSD.org> | 2013-08-31 07:31:49 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-08-31 07:31:49 +0800 |
commit | c7172ba5bc092d917af0adcc4c466c104e6efd77 (patch) | |
tree | 59cc434e196c67f8a4bfdf1e2a444cd9dd0b6c6d /x11-wm/bbpager | |
parent | e7677b29f0a91a2eaf34eb1ba739e9f5a5a5e7fc (diff) | |
download | freebsd-ports-gnome-c7172ba5bc092d917af0adcc4c466c104e6efd77.tar.gz freebsd-ports-gnome-c7172ba5bc092d917af0adcc4c466c104e6efd77.tar.zst freebsd-ports-gnome-c7172ba5bc092d917af0adcc4c466c104e6efd77.zip |
Eradicate USE_GNOME=pkgconfig from x11-wm
While here:
- Trim headers
- Convert some port from USE_GNOME=gnomehack to USES=pathfix
- Convert from USE_GMAKE to USES=gmake
Diffstat (limited to 'x11-wm/bbpager')
-rw-r--r-- | x11-wm/bbpager/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/x11-wm/bbpager/Makefile b/x11-wm/bbpager/Makefile index 060b52e29ebc..a91187996f1c 100644 --- a/x11-wm/bbpager/Makefile +++ b/x11-wm/bbpager/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: bbpager -# Date created: 17 June 2000 -# Whom: Patrick Seal <patseal@hyperhost.net> -# +# Created by: Patrick Seal <patseal@hyperhost.net> # $FreeBSD$ -# PORTNAME= bbpager DISTVERSION= 0.4.7 @@ -16,7 +12,7 @@ COMMENT= A pager for the Blackbox window manager BUILD_DEPENDS= blackbox:${PORTSDIR}/x11-wm/blackbox -USE_GNOME= gnomehack pkgconfig +USES= pathfix pkgconfig USE_XORG= xext sm x11 xau xcursor xi GNU_CONFIGURE= yes CPPFLAGS+= `pkg-config --cflags xft` |