diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-03 06:36:41 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-03 06:36:41 +0000 |
commit | db7a56d5edac0833e3f5182aa505b20354dcc3f9 (patch) | |
tree | 49a1c0a19d2528061ed83095e4acf1b3cab87fe5 /x11 | |
parent | ea1237cf5e53134db56449396d80dbaa8167c827 (diff) | |
download | ports-db7a56d5edac0833e3f5182aa505b20354dcc3f9.tar.gz ports-db7a56d5edac0833e3f5182aa505b20354dcc3f9.zip |
Notes
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gmrun/Makefile | 2 | ||||
-rw-r--r-- | x11/libgnome/Makefile | 3 | ||||
-rw-r--r-- | x11/mlterm/Makefile | 2 | ||||
-rw-r--r-- | x11/sbxkb/Makefile | 1 | ||||
-rw-r--r-- | x11/sisctrl/Makefile | 8 |
5 files changed, 6 insertions, 10 deletions
diff --git a/x11/gmrun/Makefile b/x11/gmrun/Makefile index f455175b9fe6..16007e00b013 100644 --- a/x11/gmrun/Makefile +++ b/x11/gmrun/Makefile @@ -14,7 +14,7 @@ LIB_DEPENDS= popt:${PORTSDIR}/devel/popt OPTIONS_DEFINE= DOCS -USES= gmake +USES= gmake pkgconfig USE_GNOME= gtk20 GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include diff --git a/x11/libgnome/Makefile b/x11/libgnome/Makefile index bb9e60028193..0116ece6918e 100644 --- a/x11/libgnome/Makefile +++ b/x11/libgnome/Makefile @@ -20,10 +20,9 @@ BUILD_DEPENDS= rarian-sk-config:${PORTSDIR}/textproc/rarian LIB_DEPENDS= canberra-gtk.0:${PORTSDIR}/audio/libcanberra RUN_DEPENDS= rarian-sk-config:${PORTSDIR}/textproc/rarian -USE_GMAKE= yes USE_GNOME= gnomeprefix intlhack esound libbonobo \ gnomevfs2 ltverhack referencehack -USES= bison pathfix gettext +USES= bison pathfix gettext gmake pkgconfig USE_XORG= xpm USE_LDCONFIG= yes USE_AUTOTOOLS= libtool diff --git a/x11/mlterm/Makefile b/x11/mlterm/Makefile index c91f5a1a488b..702990d9e6c4 100644 --- a/x11/mlterm/Makefile +++ b/x11/mlterm/Makefile @@ -16,7 +16,7 @@ USE_GNOME= gtk20 lthack vte USE_AUTOTOOLS= libtool LIBTOOLFILES= configure kiklib/configure mkf/configure USE_PERL5_BUILD=yes -USES= gettext +USES= gettext pkgconfig CONFIGURE_ARGS= --with-imagelib=gdk-pixbuf2 --enable-utmp \ --enable-optimize-redrawing \ --with-tools="mlclient,mlconfig,mlterm-menu,mlcc,w3mmlconfig,mlimgloader" \ diff --git a/x11/sbxkb/Makefile b/x11/sbxkb/Makefile index a0e1f63d4e6b..5952faf62d73 100644 --- a/x11/sbxkb/Makefile +++ b/x11/sbxkb/Makefile @@ -14,6 +14,7 @@ LICENSE= GPLv3 GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-silent-rules USE_GNOME= gtk20 +USES= pkgconfig post-patch: # Remove debug flag (-g) from CFLAGS diff --git a/x11/sisctrl/Makefile b/x11/sisctrl/Makefile index 2aefc3f073ff..a984dc379c59 100644 --- a/x11/sisctrl/Makefile +++ b/x11/sisctrl/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: sisctrl -# Date created: 14 Aug 2004 -# Whom: Alexander Nedotsukov <bland@FreeBSD.org> -# +# Created by: Alexander Nedotsukov <bland@FreeBSD.org> # $FreeBSD$ -# PORTNAME= sisctrl PORTVERSION= 0.0.20051202 @@ -14,9 +10,9 @@ MASTER_SITES= http://www.winischhofer.net/sis/ MAINTAINER= bland@FreeBSD.org COMMENT= Display Control Panel for XFree86/X.org SiS driver +USES= gmake pkgconfig USE_XORG= x11 ice xxf86vm xinerama xv xrandr xext sm USE_GNOME= gtk20 -USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-xv-path=${LOCALBASE}/lib CPPFLAGS+= -I${LOCALBASE}/include |