aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-09-03 09:59:01 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-09-03 09:59:01 +0000
commitb3e4e19ddced293c5d1147a3172d522b4a807708 (patch)
tree3c883a39a2d25fb39090c52b9f70a4343ca7cc7a /x11-toolkits
parenteaa56b6fc08ef5b5a1500ce02bed6585015cad94 (diff)
downloadports-b3e4e19ddced293c5d1147a3172d522b4a807708.tar.gz
ports-b3e4e19ddced293c5d1147a3172d522b4a807708.zip
Notes
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/eel/Makefile9
-rw-r--r--x11-toolkits/gtk-sharp-beans/Makefile2
-rw-r--r--x11-toolkits/gtksourceview/Makefile9
-rw-r--r--x11-toolkits/libgnomeprintuimm/Makefile8
-rw-r--r--x11-toolkits/libgnomeui/Makefile3
-rw-r--r--x11-toolkits/libgnomeuimm/Makefile2
6 files changed, 9 insertions, 24 deletions
diff --git a/x11-toolkits/eel/Makefile b/x11-toolkits/eel/Makefile
index 5b09c7345f84..22bec842232e 100644
--- a/x11-toolkits/eel/Makefile
+++ b/x11-toolkits/eel/Makefile
@@ -1,10 +1,6 @@
-# New ports collection makefile for: eel2
-# Date created: 8th May 2001
-# Whom: Ade Lovett <ade@FreeBSD.org>
-#
+# Created by: Ade Lovett <ade@FreeBSD.org>
# $FreeBSD$
# $MCom: ports/x11-toolkits/eel/Makefile,v 1.90 2010/09/28 09:15:49 kwm Exp $
-#
PORTNAME= eel
PORTVERSION= 2.26.0
@@ -16,9 +12,8 @@ DIST_SUBDIR= gnome2
MAINTAINER= gnome@FreeBSD.org
COMMENT= Generally useful classes and extensions to GNOME
-USES= gettext
+USES= gettext gmake pkgconfig
USE_BZIP2= yes
-USE_GMAKE= yes
USE_XORG= xrender
GNOME_DESKTOP_VERSION=2
USE_GNOME= gnomeprefix gnomehack gnomedesktop ltverhack intlhack
diff --git a/x11-toolkits/gtk-sharp-beans/Makefile b/x11-toolkits/gtk-sharp-beans/Makefile
index 1707dca220ba..a43b68f1ad46 100644
--- a/x11-toolkits/gtk-sharp-beans/Makefile
+++ b/x11-toolkits/gtk-sharp-beans/Makefile
@@ -12,8 +12,8 @@ BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gio-sharp-2.0.pc:${PORTSDIR}/devel
RUN_DEPENDS:= ${BUILD_DEPENDS}
GNU_CONFIGURE= yes
+USES= gmake pkgconfig
USE_BZIP2= yes
-USE_GMAKE= yes
.include <bsd.port.pre.mk>
diff --git a/x11-toolkits/gtksourceview/Makefile b/x11-toolkits/gtksourceview/Makefile
index d252562d86ec..151060fbc43c 100644
--- a/x11-toolkits/gtksourceview/Makefile
+++ b/x11-toolkits/gtksourceview/Makefile
@@ -1,10 +1,6 @@
-# New ports collection makefile for: gtksourceview
-# Date created: 07 May 2003
-# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
-#
+# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
# $FreeBSD$
# $MCom: ports/x11-toolkits/gtksourceview/Makefile,v 1.46 2007/05/19 21:36:33 marcus Exp $
-#
PORTNAME= gtksourceview
PORTVERSION= 1.8.5
@@ -20,8 +16,7 @@ USE_BZIP2= yes
.if !defined(REFERENCE_PORT)
-USES= gettext
-USE_GMAKE= yes
+USES= gettext gmake pkgconfig
USE_AUTOTOOLS= libtool
USE_LDCONFIG= yes
USE_GNOME= gnomeprefix gnomehack libgnome libgnomeprintui intlhack \
diff --git a/x11-toolkits/libgnomeprintuimm/Makefile b/x11-toolkits/libgnomeprintuimm/Makefile
index 16971c71c8fc..0b74f0c8fbfe 100644
--- a/x11-toolkits/libgnomeprintuimm/Makefile
+++ b/x11-toolkits/libgnomeprintuimm/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: libgnomeprintuimm
-# Date created: 17 December 2003
-# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
-#
+# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= libgnomeprintuimm
PORTVERSION= 2.5.2
@@ -21,7 +17,7 @@ BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4
USE_AUTOTOOLS= libtool
USE_BZIP2= yes
-USE_GMAKE= yes
+USES= gmake pkgconfig
USE_GNOME= gnomeprefix gnomehack libgnomeprintui
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
diff --git a/x11-toolkits/libgnomeui/Makefile b/x11-toolkits/libgnomeui/Makefile
index b646754115ee..efd464341c9f 100644
--- a/x11-toolkits/libgnomeui/Makefile
+++ b/x11-toolkits/libgnomeui/Makefile
@@ -21,8 +21,7 @@ LIB_DEPENDS+= gnome-keyring.0:${PORTSDIR}/security/gnome-keyring \
RUN_DEPENDS= ${LOCALBASE}/share/icons/gnome/index.theme:${PORTSDIR}/misc/gnome-icon-theme
USE_XORG= sm
-USE_GMAKE= yes
-USES= bison pathfix gettext
+USES= bison pathfix gettext gmake pkgconfig
USE_GNOME= gnomeprefix gnomehier libbonoboui ltverhack \
referencehack gvfs
USE_LDCONFIG= yes
diff --git a/x11-toolkits/libgnomeuimm/Makefile b/x11-toolkits/libgnomeuimm/Makefile
index a9a1864ec678..a85b6267f891 100644
--- a/x11-toolkits/libgnomeuimm/Makefile
+++ b/x11-toolkits/libgnomeuimm/Makefile
@@ -17,7 +17,7 @@ LIB_DEPENDS= gnomemm-2.0:${PORTSDIR}/x11/libgnomemm \
glademm-2.0:${PORTSDIR}/devel/libglademm
BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4
-USES= gmake pathfix
+USES= gmake pathfix pkgconfig
USE_GNOME= libgnomeui
USE_AUTOTOOLS= libtool
USE_LDCONFIG= yes