diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-04-23 14:20:25 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-04-23 14:20:25 +0000 |
commit | 992586fa0863f8346a19cbcdfbba376c5c4dfd43 (patch) | |
tree | 87b239f8431cee200969f89da8739806496b7dad /x11-fm | |
parent | dc0ce8f5839343b4c972ae818337189b1b55d447 (diff) | |
download | ports-992586fa0863f8346a19cbcdfbba376c5c4dfd43.tar.gz ports-992586fa0863f8346a19cbcdfbba376c5c4dfd43.zip |
Notes
Diffstat (limited to 'x11-fm')
-rw-r--r-- | x11-fm/deforaos-browser/Makefile | 3 | ||||
-rw-r--r-- | x11-fm/rox-filer/Makefile | 2 | ||||
-rw-r--r-- | x11-fm/tdfsb/Makefile | 8 | ||||
-rw-r--r-- | x11-fm/thunar-vfs/Makefile | 2 | ||||
-rw-r--r-- | x11-fm/thunar/Makefile | 2 |
5 files changed, 6 insertions, 11 deletions
diff --git a/x11-fm/deforaos-browser/Makefile b/x11-fm/deforaos-browser/Makefile index 5bac6bcb8006..62763bc5666d 100644 --- a/x11-fm/deforaos-browser/Makefile +++ b/x11-fm/deforaos-browser/Makefile @@ -19,8 +19,7 @@ LIB_DEPENDS= System:${PORTSDIR}/devel/deforaos-libsystem \ Xrandr:${PORTSDIR}/x11/libXrandr USE_GNOME= gtk20 desktopfileutils -USE_PKGCONFIG= build -USE_GETTEXT= yes +USES= pkgconfig gettext INSTALLS_ICONS= yes MAKE_ARGS+= PREFIX=${PREFIX} diff --git a/x11-fm/rox-filer/Makefile b/x11-fm/rox-filer/Makefile index 24fdfe836a0d..457c6698dfd6 100644 --- a/x11-fm/rox-filer/Makefile +++ b/x11-fm/rox-filer/Makefile @@ -19,7 +19,7 @@ USE_BZIP2= yes USE_GMAKE= yes USE_XORG= x11 sm xaw xproto USE_GNOME= atk gconf2 glib20 gnomevfs2 gtk20 libglade2 libidl libxml2 orbit2 pango -USE_PKGCONFIG= build +USES= pkgconfig HAS_CONFIGURE= yes MAN1= rox.1 diff --git a/x11-fm/tdfsb/Makefile b/x11-fm/tdfsb/Makefile index 23503d7a7c3f..8a68011dccfb 100644 --- a/x11-fm/tdfsb/Makefile +++ b/x11-fm/tdfsb/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: TDFSB -# Date created: 31 Jul 2005 -# Whom: Alejandro Pulver <alejandro@varnet.biz> -# +# Created by: Alejandro Pulver <alejandro@varnet.biz> # $FreeBSD$ -# PORTNAME= tdfsb PORTVERSION= 0.0.10 @@ -21,7 +17,7 @@ LIB_DEPENDS= smpeg.1:${PORTSDIR}/multimedia/smpeg USE_GL= glut USE_SDL= image sdl -USE_PKGCONFIG= yes +USES= pkgconfig PORTDOCS= README PLIST_FILES= bin/${PORTNAME} diff --git a/x11-fm/thunar-vfs/Makefile b/x11-fm/thunar-vfs/Makefile index 73d40670d9b2..2120a4d30162 100644 --- a/x11-fm/thunar-vfs/Makefile +++ b/x11-fm/thunar-vfs/Makefile @@ -25,7 +25,7 @@ USE_GMAKE= yes USE_GNOME= gnomehack glib20 gtk20 intltool intlhack USE_XFCE= configenv libutil libexo USE_XORG= x11 -USE_PKGCONFIG= build +USES= pkgconfig CONFIGURE_ARGS= --disable-debug diff --git a/x11-fm/thunar/Makefile b/x11-fm/thunar/Makefile index 3d4e93e4d99c..67b22e6580cf 100644 --- a/x11-fm/thunar/Makefile +++ b/x11-fm/thunar/Makefile @@ -23,7 +23,7 @@ USE_GNOME= desktopfileutils gnomehack gtk20 intltool intlhack gdkpixbuf2 USE_LDCONFIG= yes USE_XFCE= configenv libexo libmenu libutil USE_XORG= sm x11 -USE_PKGCONFIG= build +USES= pkgconfig OPTIONS_DEFINE= DBUS DOCS GVFS NLS NOTIFY STARTUP OPTIONS_GROUP= PLUGINS |