diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-08-30 23:31:49 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-08-30 23:31:49 +0000 |
commit | 162e0d282170e5a1bd58985161eac005ac329560 (patch) | |
tree | 59cc434e196c67f8a4bfdf1e2a444cd9dd0b6c6d /x11-wm/bbpager | |
parent | c294836c5deadfc06ae8e0ef633c5128fdfecef3 (diff) |
Notes
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` |