diff options
author | bapt <bapt@FreeBSD.org> | 2013-08-31 07:38:43 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-08-31 07:38:43 +0800 |
commit | ba979ed2bbcdede56163ea8879357234ae87a295 (patch) | |
tree | 520a4db9ca23f0c7286d3381011f447d250f369f /x11 | |
parent | c7172ba5bc092d917af0adcc4c466c104e6efd77 (diff) | |
download | freebsd-ports-gnome-ba979ed2bbcdede56163ea8879357234ae87a295.tar.gz freebsd-ports-gnome-ba979ed2bbcdede56163ea8879357234ae87a295.tar.zst freebsd-ports-gnome-ba979ed2bbcdede56163ea8879357234ae87a295.zip |
Eradicate USE_GNOME=pkgconfig from x11
While here:
- trim headers
- convert USE_GMAKE to USES=gmake
Diffstat (limited to 'x11')
-rw-r--r-- | x11/rxvt-unicode/Makefile | 2 | ||||
-rw-r--r-- | x11/xdotool/Makefile | 3 | ||||
-rw-r--r-- | x11/xfce4-taskmanager/Makefile | 11 | ||||
-rw-r--r-- | x11/xfce4-xfapplet-plugin/Makefile | 11 |
4 files changed, 8 insertions, 19 deletions
diff --git a/x11/rxvt-unicode/Makefile b/x11/rxvt-unicode/Makefile index 02dc02085a0e..e3cd9756f949 100644 --- a/x11/rxvt-unicode/Makefile +++ b/x11/rxvt-unicode/Makefile @@ -17,7 +17,7 @@ BUILD_DEPENDS= tic:${PORTSDIR}/devel/ncurses \ RUN_DEPENDS= ${LOCALBASE}/bin/fc-cache:${PORTSDIR}/x11-fonts/fontconfig \ ${LOCALBASE}/share/misc/terminfo.db:${PORTSDIR}/devel/ncurses -USE_GNOME= pkgconfig +USES= pkgconfig USE_XORG= xpm xft xrender GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include diff --git a/x11/xdotool/Makefile b/x11/xdotool/Makefile index c69cb92eed49..10dd03e3719c 100644 --- a/x11/xdotool/Makefile +++ b/x11/xdotool/Makefile @@ -11,8 +11,7 @@ COMMENT= Programmatically simulate keyboard input or mouse activity USE_PERL5_BUILD= yes USE_LDCONFIG= yes -USE_GMAKE= yes -USE_GNOME= pkgconfig +USES= gmake pkgconfig USE_XORG= x11 xtst xinerama MAN1= xdotool.1 diff --git a/x11/xfce4-taskmanager/Makefile b/x11/xfce4-taskmanager/Makefile index a2e4c4ebed98..23e4c5ac0338 100644 --- a/x11/xfce4-taskmanager/Makefile +++ b/x11/xfce4-taskmanager/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: xfce4-taskbar-plugin -# Date created: 5 May 2005 -# Whom: DaJoob -# +# Created by: DaJoob # $FreeBSD$ -# PORTNAME= xfce4-taskmanager PORTVERSION= 1.0.0 @@ -21,9 +17,8 @@ LIB_DEPENDS= cairo.2:${PORTSDIR}/graphics/cairo \ GNU_CONFIGURE= yes USE_BZIP2= yes -USES= gettext -USE_GMAKE= yes -USE_GNOME= gtk20 desktopfileutils intltool intlhack pkgconfig +USES= gettext gmake pkgconfig +USE_GNOME= gtk20 desktopfileutils intltool intlhack .include <bsd.port.pre.mk> diff --git a/x11/xfce4-xfapplet-plugin/Makefile b/x11/xfce4-xfapplet-plugin/Makefile index 4eb89999b96c..c2bdb5b322d0 100644 --- a/x11/xfce4-xfapplet-plugin/Makefile +++ b/x11/xfce4-xfapplet-plugin/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: xfapplet plugin for xfce4 -# Date created: 29 April 2006 -# Whom: Martin Wilke (miwi@FreeBSD.org) -# +# Created by: Martin Wilke <miwi@FreeBSD.org> # $FreeBSD$ -# PORTNAME= xfce4-xfapplet-plugin PORTVERSION= 0.1.0 @@ -20,9 +16,8 @@ LIB_DEPENDS= panelappletmm-2.6:${PORTSDIR}/x11-toolkits/libpanelappletmm GNU_CONFIGURE= yes USE_BZIP2= yes -USES= gettext -USE_GMAKE= yes -USE_GNOME= gtk20 intltool intlhack orbit2 pkgconfig +USES= gettext gmake pkgconfig +USE_GNOME= gtk20 intltool intlhack orbit2 USE_XFCE= configenv libgui libutil panel .include <bsd.port.mk> |