aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--audio/gtmixer/Makefile1
-rw-r--r--deskutils/gtkjournal/Makefile3
-rw-r--r--deskutils/hot-babe/Makefile7
-rw-r--r--devel/hs-gconf/Makefile1
-rw-r--r--devel/hs-glade/Makefile1
-rw-r--r--emulators/hugo/Makefile8
-rw-r--r--games/gtkballs/Makefile9
-rw-r--r--graphics/hs-svgcairo/Makefile1
-rw-r--r--graphics/hugin-devel/Makefile2
-rw-r--r--graphics/hugin/Makefile2
-rw-r--r--multimedia/handbrake/Makefile2
-rw-r--r--multimedia/hs-gstreamer/Makefile1
-rw-r--r--sysutils/hoz/Makefile2
-rw-r--r--sysutils/isomaster/Makefile3
-rw-r--r--www/hs-webkit/Makefile1
-rw-r--r--x11-themes/qtcurve-gtk2/Makefile2
-rw-r--r--x11-toolkits/hs-gtkglext/Makefile1
-rw-r--r--x11-toolkits/hs-gtksourceview2/Makefile1
-rw-r--r--x11-toolkits/hs-vte/Makefile1
-rw-r--r--x11-wm/icewm/Makefile2
-rw-r--r--x11/gtkchtheme/Makefile8
21 files changed, 25 insertions, 34 deletions
diff --git a/audio/gtmixer/Makefile b/audio/gtmixer/Makefile
index e588abe0fc1e..77e26575cce3 100644
--- a/audio/gtmixer/Makefile
+++ b/audio/gtmixer/Makefile
@@ -15,6 +15,7 @@ USE_GITHUB= yes
GH_ACCOUNT= svagner
GH_COMMIT= 9e22be7
+USES= pkgconfig
USE_GNOME= gtk20
MAN1= gtmixer.1
diff --git a/deskutils/gtkjournal/Makefile b/deskutils/gtkjournal/Makefile
index ab79df5dcb1b..95c7af8ed7d4 100644
--- a/deskutils/gtkjournal/Makefile
+++ b/deskutils/gtkjournal/Makefile
@@ -21,9 +21,8 @@ PLIST_FILES= bin/gtkjournal lib/libsqlitemm.a lib/libsqlitemm.la \
USE_AUTOTOOLS= libtool
USE_OPENSSL= yes
-USE_GMAKE= yes
GNU_CONFIGURE= yes
-USES= pathfix
+USES= gmake pathfix pkgconfig
USE_GNOME= lthack
CONFIGURE_ARGS= --enable-gtkspell
USE_LDCONFIG= yes
diff --git a/deskutils/hot-babe/Makefile b/deskutils/hot-babe/Makefile
index 9d8391d2fa51..40e20c8344c7 100644
--- a/deskutils/hot-babe/Makefile
+++ b/deskutils/hot-babe/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: hot-babe
-# Date created: 2004-11-06
-# Whom: Roman Bogorodskiy <bogorodskiy@inbox.ru>
-#
+# Created by: Roman Bogorodskiy <bogorodskiy@inbox.ru>
# $FreeBSD$
-#
PORTNAME= hot-babe
PORTVERSION= 0.2.2
@@ -16,6 +12,7 @@ MASTER_SITE_SUBDIR= novel
MAINTAINER= novel@FreeBSD.org
COMMENT= Small utility which displays the system activity in a very special way
+USES= pkgconfig
USE_BZIP2= yes
MAKE_ARGS+= PREFIX="${PREFIX}" CC="${CC}"
USE_GNOME= gtk20
diff --git a/devel/hs-gconf/Makefile b/devel/hs-gconf/Makefile
index e92f3f3631ae..70d07db205d5 100644
--- a/devel/hs-gconf/Makefile
+++ b/devel/hs-gconf/Makefile
@@ -10,6 +10,7 @@ COMMENT= Binding to the GNOME configuration database system
LICENSE= LGPL21
+USES= pkgconfig
USE_CABAL= glib>=0.12 gtk2hs-buildtools
USE_GNOME= gconf2
diff --git a/devel/hs-glade/Makefile b/devel/hs-glade/Makefile
index e528b62d99f2..f914c849a00e 100644
--- a/devel/hs-glade/Makefile
+++ b/devel/hs-glade/Makefile
@@ -10,6 +10,7 @@ COMMENT= Binding to the glade library
LICENSE= LGPL21
+USES= pkgconfig
USE_CABAL= glib>=0.12 gtk>=0.12
USE_GNOME= libglade2
diff --git a/emulators/hugo/Makefile b/emulators/hugo/Makefile
index 5b82f310b542..79d04a43c231 100644
--- a/emulators/hugo/Makefile
+++ b/emulators/hugo/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: Hu-Go!
-# Date created: 18 May 2006
-# Whom: Li-Lun Wang <llwang@infor.org>
-#
+# Created by: Li-Lun Wang <llwang@infor.org>
# $FreeBSD$
-#
PORTNAME= hugo
PORTVERSION= 2.12
@@ -17,7 +13,7 @@ COMMENT= A PC Engine (TurboGrafx 16) emulator
BUILD_DEPENDS= ${LOCALBASE}/include/argp.h:${PORTSDIR}/devel/argp-standalone
GNU_CONFIGURE= yes
-USE_GMAKE= yes
+USES= gmake pkgconfig
USE_SDL= sdl
LDFLAGS+= -L${LOCALBASE}/lib
CONFIGURE_ENV+= SDL_CONFIG="${SDL_CONFIG}"
diff --git a/games/gtkballs/Makefile b/games/gtkballs/Makefile
index 77aa362c279b..9e30272ff384 100644
--- a/games/gtkballs/Makefile
+++ b/games/gtkballs/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: gtkballs
-# Date created: 11 November 1998
-# Whom: Andrey Zakhvatov
-#
+# Created by: Andrey Zakhvatov
# $FreeBSD$
-#
PORTNAME= gtkballs
PORTVERSION= 3.1.5
@@ -14,9 +10,8 @@ MASTER_SITES= http://gtkballs.antex.ru/dist/
MAINTAINER= ports@FreeBSD.org
COMMENT= Lines-like simple logic game for X Window System
-USES= gettext
+USES= gettext gmake pkgconfig
USE_GNOME= gtk20
-USE_GMAKE= yes
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
diff --git a/graphics/hs-svgcairo/Makefile b/graphics/hs-svgcairo/Makefile
index 2b08c149d46f..9d6c316e354a 100644
--- a/graphics/hs-svgcairo/Makefile
+++ b/graphics/hs-svgcairo/Makefile
@@ -10,6 +10,7 @@ COMMENT= Binding to the libsvg-cairo library
LICENSE= BSD
+USES= pkgconfig
USE_CABAL= cairo>=0.12 glib>=0.12 mtl
USE_GNOME= librsvg2
diff --git a/graphics/hugin-devel/Makefile b/graphics/hugin-devel/Makefile
index 22d83d43ae5d..897b8c236203 100644
--- a/graphics/hugin-devel/Makefile
+++ b/graphics/hugin-devel/Makefile
@@ -37,7 +37,7 @@ OPTIONS_DEFAULT= PANOMATIC AUTOPANOSIFTC
PANOMATIC_DESC= Install graphics/panomatic
AUTOPANOSIFTC_DESC= Install graphics/autopano-sift-c
-USES= cmake gettext
+USES= cmake gettext pkgconfig
CMAKE_ARGS= -DwxWidgets_CONFIG_EXECUTABLE=${WX_CONFIG}
diff --git a/graphics/hugin/Makefile b/graphics/hugin/Makefile
index a26743387b32..a9b56f600ce8 100644
--- a/graphics/hugin/Makefile
+++ b/graphics/hugin/Makefile
@@ -33,7 +33,7 @@ OPTIONS_DEFAULT= PANOMATIC AUTOPANOSIFTC
PANOMATIC_DESC= Install graphics/panomatic
AUTOPANOSIFTC_DESC= Install graphics/autopano-sift-c
-USES= cmake gettext
+USES= cmake gettext pkgconfig
CMAKE_ARGS= -DwxWidgets_CONFIG_EXECUTABLE=${WX_CONFIG}
diff --git a/multimedia/handbrake/Makefile b/multimedia/handbrake/Makefile
index d2495c365781..25f542f0525e 100644
--- a/multimedia/handbrake/Makefile
+++ b/multimedia/handbrake/Makefile
@@ -40,7 +40,7 @@ BUILD_DEPENDS= yasm:${PORTSDIR}/devel/yasm
LIB_DEPENDS= libfribidi.so:${PORTSDIR}/converters/fribidi
RUN_DEPENDS= ${LOCALBASE}/lib/libdvdcss.so:${PORTSDIR}/multimedia/libdvdcss
-USES= gmake
+USES= gmake pkgconfig
USE_AUTOTOOLS= libtool aclocal
LIBTOOLFILES= configure
USE_PYTHON_BUILD= yes
diff --git a/multimedia/hs-gstreamer/Makefile b/multimedia/hs-gstreamer/Makefile
index e6432e2d6e0c..30ff0d75712c 100644
--- a/multimedia/hs-gstreamer/Makefile
+++ b/multimedia/hs-gstreamer/Makefile
@@ -12,6 +12,7 @@ LIB_DEPENDS= gstreamer:${PORTSDIR}/multimedia/gstreamer
LICENSE= LGPL21
+USES= pkgconfig
USE_CABAL= glib>=0.12 mtl
BUILD_DEPENDS+= gstreamer-plugins>=0.10:${PORTSDIR}/multimedia/gstreamer-plugins
diff --git a/sysutils/hoz/Makefile b/sysutils/hoz/Makefile
index 0215a9488e95..628940ec745d 100644
--- a/sysutils/hoz/Makefile
+++ b/sysutils/hoz/Makefile
@@ -12,7 +12,7 @@ MAINTAINER= acm@FreeBSD.org
COMMENT= File splitter, GTK and CLI versions
USE_GNOME= #
-USE_GMAKE= yes
+USES= gmake pkgconfig
PORTDOCS= README
diff --git a/sysutils/isomaster/Makefile b/sysutils/isomaster/Makefile
index 10cff415c73a..ae65f6ee5b1a 100644
--- a/sysutils/isomaster/Makefile
+++ b/sysutils/isomaster/Makefile
@@ -16,8 +16,7 @@ RUN_DEPENDS= xdg-open:${PORTSDIR}/devel/xdg-utils
USE_BZIP2= yes
USE_GNOME= intlhack gnomehier gtk20
-USES= desktop-file-utils gettext
-USE_GMAKE= yes
+USES= desktop-file-utils gettext gmake pkgconfig
MAKE_ENV= DEFAULT_VIEWER="xdg-open" USE_SYSTEM_INIPARSER=1
CPPFLAGS+= -I${LOCALBASE}/include -Diniparser_setstr=iniparser_set
diff --git a/www/hs-webkit/Makefile b/www/hs-webkit/Makefile
index f6f4142a3f76..d9635146af54 100644
--- a/www/hs-webkit/Makefile
+++ b/www/hs-webkit/Makefile
@@ -10,6 +10,7 @@ COMMENT= Binding to the Webkit library
LICENSE= LGPL21
+USES= pkgconfig
USE_CABAL= cairo>=0.12 glib>=0.12 gtk>=0.12 mtl pango>=0.12
BUILD_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/webkit-1.0.pc:${PORTSDIR}/www/webkit-gtk2
diff --git a/x11-themes/qtcurve-gtk2/Makefile b/x11-themes/qtcurve-gtk2/Makefile
index aef31c65e538..173ca008d724 100644
--- a/x11-themes/qtcurve-gtk2/Makefile
+++ b/x11-themes/qtcurve-gtk2/Makefile
@@ -13,7 +13,7 @@ MAINTAINER= makc@FreeBSD.org
COMMENT= QtCurve GTK2 Theme Engine
USE_BZIP2= yes
-USES= cmake
+USES= cmake pkgconfig
USE_GNOME= gtk20
.include <bsd.port.pre.mk>
diff --git a/x11-toolkits/hs-gtkglext/Makefile b/x11-toolkits/hs-gtkglext/Makefile
index 03388ad2327c..740f6473454f 100644
--- a/x11-toolkits/hs-gtkglext/Makefile
+++ b/x11-toolkits/hs-gtkglext/Makefile
@@ -12,6 +12,7 @@ LIB_DEPENDS= gtkglext:${PORTSDIR}/x11-toolkits/gtkglext
LICENSE= LGPL21
+USES= pkgconfig
USE_CABAL= glib>=0.12 gtk>=0.12 mtl pango>=0.12
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
diff --git a/x11-toolkits/hs-gtksourceview2/Makefile b/x11-toolkits/hs-gtksourceview2/Makefile
index 6b7758bedf66..9af5c174d148 100644
--- a/x11-toolkits/hs-gtksourceview2/Makefile
+++ b/x11-toolkits/hs-gtksourceview2/Makefile
@@ -10,6 +10,7 @@ COMMENT= Binding to the GtkSourceView library
LICENSE= LGPL21
+USES= pkgconfig
USE_CABAL= glib>=0.12 gtk>=0.12 mtl
USE_GNOME= gtksourceview2
diff --git a/x11-toolkits/hs-vte/Makefile b/x11-toolkits/hs-vte/Makefile
index 3216d1157399..784a8eb10d37 100644
--- a/x11-toolkits/hs-vte/Makefile
+++ b/x11-toolkits/hs-vte/Makefile
@@ -10,6 +10,7 @@ COMMENT= Binding to the VTE library
LICENSE= LGPL21
+USES= pkgconfig
USE_CABAL= glib>=0.12 gtk>=0.12 mtl pango>=0.12
USE_GNOME= vte
diff --git a/x11-wm/icewm/Makefile b/x11-wm/icewm/Makefile
index 7af1dca4e48d..f2c4b74187b9 100644
--- a/x11-wm/icewm/Makefile
+++ b/x11-wm/icewm/Makefile
@@ -18,7 +18,7 @@ USE_GNOME= gtk20 # gdkpixbuf really :-)
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
-USES= gmake
+USES= gmake pkgconfig
CONFIGURE_ARGS= --enable-shaped-decorations \
--enable-guievents \
--with-cfgdir=${DATADIR} \
diff --git a/x11/gtkchtheme/Makefile b/x11/gtkchtheme/Makefile
index 05c0d7521e58..e2efa6f31bc7 100644
--- a/x11/gtkchtheme/Makefile
+++ b/x11/gtkchtheme/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: gtkchtheme
-# Date created: 18 June 2004
-# Whom: Adam Weinberger <adamw@FreeBSD.org>
-#
+# Created by: Adam Weinberger <adamw@FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= gtkchtheme
PORTVERSION= 0.3.1
@@ -16,7 +12,7 @@ MAINTAINER= makc@FreeBSD.org
COMMENT= GTK2 theme changer
USE_BZIP2= yes
-USE_GMAKE= yes
+USES= gmake pkgconfig
USE_GNOME= gnomehack gnomeprefix gtk20
PLIST_FILES= bin/gtk-chtheme