diff options
-rw-r--r-- | graphics/gimp-lqr-plugin/Makefile | 3 | ||||
-rw-r--r-- | x11-wm/awesome/Makefile | 2 | ||||
-rw-r--r-- | x11-wm/awesome2/Makefile | 8 | ||||
-rw-r--r-- | x11-wm/e16/Makefile | 3 | ||||
-rw-r--r-- | x11/fbdesk/Makefile | 7 | ||||
-rw-r--r-- | x11/tint/Makefile | 3 | ||||
-rw-r--r-- | x11/wbar/Makefile | 2 |
7 files changed, 10 insertions, 18 deletions
diff --git a/graphics/gimp-lqr-plugin/Makefile b/graphics/gimp-lqr-plugin/Makefile index d05bc5ae3a07..7be7133d0f5f 100644 --- a/graphics/gimp-lqr-plugin/Makefile +++ b/graphics/gimp-lqr-plugin/Makefile @@ -16,8 +16,7 @@ LIB_DEPENDS= gimp-2.0:${PORTSDIR}/graphics/gimp-app \ GNU_CONFIGURE= yes USE_BZIP2= yes -USE_GMAKE= yes -USES= gettext +USES= gettext gmake pkgconfig USE_GNOME= gtk20 PLUGIN_DIR?= libexec/gimp/2.2/plug-ins diff --git a/x11-wm/awesome/Makefile b/x11-wm/awesome/Makefile index 5909d40eb2f9..a79ed22ce46e 100644 --- a/x11-wm/awesome/Makefile +++ b/x11-wm/awesome/Makefile @@ -34,7 +34,7 @@ LIB_DEPENDS= cairo:${PORTSDIR}/graphics/cairo \ execinfo:${PORTSDIR}/devel/libexecinfo USE_XZ= yes -USES= cmake iconv +USES= cmake iconv pkgconfig CMAKE_ARGS+= -DSYSCONFDIR=${PREFIX}/etc USE_EFL= imlib2 USE_GNOME= glib20 pango diff --git a/x11-wm/awesome2/Makefile b/x11-wm/awesome2/Makefile index a7eb6bd7a84c..7977ab49fce5 100644 --- a/x11-wm/awesome2/Makefile +++ b/x11-wm/awesome2/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: awesome2 -# Date created: February 26, 2009 -# Whom: Nikos Ntarmos <ntarmos@cs.uoi.gr> -# +# Created by: Nikos Ntarmos <ntarmos@cs.uoi.gr> # $FreeBSD$ -# PORTNAME= awesome2 PORTVERSION= 2.3.6 @@ -21,7 +17,7 @@ LIB_DEPENDS= confuse.0:${PORTSDIR}/devel/libconfuse \ cairo.2:${PORTSDIR}/graphics/cairo \ freetype.9:${PORTSDIR}/print/freetype2 -USES= iconv +USES= iconv pkgconfig GNU_CONFIGURE= yes USE_EFL= imlib2 USE_GNOME= pango diff --git a/x11-wm/e16/Makefile b/x11-wm/e16/Makefile index b2f446338cf6..abda3fc5aa72 100644 --- a/x11-wm/e16/Makefile +++ b/x11-wm/e16/Makefile @@ -14,8 +14,7 @@ SOUND_DESC= Sound support via pulseaudio/libsndfile USE_XORG= compositeproto damageproto xextproto x11 xbitmaps xcomposite xdamage \ xext xfixes xft xinerama xrandr xrender xxf86vm -USES= gettext iconv -USE_GMAKE= yes +USES= gettext gmake iconv pkgconfig USE_EFL= imlib2 USE_AUTOTOOLS= libtool GNU_CONFIGURE= yes 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 |