diff options
author | bapt <bapt@FreeBSD.org> | 2013-08-31 09:17:11 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-08-31 09:17:11 +0800 |
commit | b43df9bdebefafcdfce999d14d6f4604fdbfe606 (patch) | |
tree | eb99351a20fef483ef69ee7b5e32ef22e03d3327 /x11 | |
parent | 0bc235f4ce8eb38fe00ff476c9d92efca5af7262 (diff) | |
download | freebsd-ports-gnome-b43df9bdebefafcdfce999d14d6f4604fdbfe606.tar.gz freebsd-ports-gnome-b43df9bdebefafcdfce999d14d6f4604fdbfe606.tar.zst freebsd-ports-gnome-b43df9bdebefafcdfce999d14d6f4604fdbfe606.zip |
Add explicit dependency on pkgconf
While here:
- trim headers
- convert USE_GMAKE to USES=gmake
Diffstat (limited to 'x11')
-rw-r--r-- | x11/fbdesk/Makefile | 7 | ||||
-rw-r--r-- | x11/tint/Makefile | 3 | ||||
-rw-r--r-- | x11/wbar/Makefile | 2 |
3 files changed, 5 insertions, 7 deletions
diff --git a/x11/fbdesk/Makefile b/x11/fbdesk/Makefile index f1197764576c..5c5bf35a5ee7 100644 --- a/x11/fbdesk/Makefile +++ b/x11/fbdesk/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: fbdesk -# Date created: 16 January 2003 -# Whom: Hendrik Scholz <hendrik@scholz.net> -# +# Created by: Hendrik Scholz <hendrik@scholz.net> # $FreeBSD$ -# PORTNAME= fbdesk PORTVERSION= 1.4.1 @@ -23,6 +19,7 @@ OPTIONS_DEFINE= IMLIB2 DOCS OPTIONS_DEFAULT= IMLIB2 USE_XORG= xext xft xpm xrender +USES= pkgconfig WANT_EFL= yes GNU_CONFIGURE= yes diff --git a/x11/tint/Makefile b/x11/tint/Makefile index 3e8363eecf6b..823501d634b8 100644 --- a/x11/tint/Makefile +++ b/x11/tint/Makefile @@ -11,10 +11,9 @@ COMMENT= Lightweight freedesktop-compliant panel/taskbar/systray/clock LIB_DEPENDS= cairo:${PORTSDIR}/graphics/cairo - PROJECTHOST= tint2 USE_BZIP2= yes -USES= cmake +USES= cmake pkgconfig USE_GNOME= pango glib20 USE_XORG= xinerama xrandr xdamage xcomposite USE_EFL= imlib2 diff --git a/x11/wbar/Makefile b/x11/wbar/Makefile index a4b6a5e56ebc..1d97353b5de2 100644 --- a/x11/wbar/Makefile +++ b/x11/wbar/Makefile @@ -15,6 +15,8 @@ LICENSE= GPLv3 CONFIGURE_ARGS= --exec-prefix=${PREFIX} +USES= pkgconfig + GNU_CONFIGURE= yes MAN1= ${PORTNAME}.1 |