diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-03 13:05:02 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-03 13:05:02 +0000 |
commit | 3ce471e3494d192f0167863779be92b7e83cd9da (patch) | |
tree | 4f1b6cd7147f381c9dd3ce474a307b599cee6e93 | |
parent | 4a4792ca9cef7a3ec2e52c3182f933ac3e4310ea (diff) | |
download | ports-3ce471e3494d192f0167863779be92b7e83cd9da.tar.gz ports-3ce471e3494d192f0167863779be92b7e83cd9da.zip |
Notes
-rw-r--r-- | accessibility/mousetweaks/Makefile | 2 | ||||
-rw-r--r-- | deskutils/gnome-utils/Makefile | 9 | ||||
-rw-r--r-- | net/gnome-netstatus/Makefile | 9 |
3 files changed, 5 insertions, 15 deletions
diff --git a/accessibility/mousetweaks/Makefile b/accessibility/mousetweaks/Makefile index 28894f06c2a2..e69af1f124c0 100644 --- a/accessibility/mousetweaks/Makefile +++ b/accessibility/mousetweaks/Makefile @@ -15,7 +15,7 @@ COMMENT= Mouse accessibility enhancements for the GNOME desktop USE_XORG= x11 xfixes xcursor xtst USE_BZIP2= yes USE_GNOME= gnomehack gnomeprefix gnomepanel intlhack -USES= gmake gettext +USES= gmake gettext pkgconfig INSTALLS_OMF= yes GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include diff --git a/deskutils/gnome-utils/Makefile b/deskutils/gnome-utils/Makefile index ae47ae23a35e..844a0a09f543 100644 --- a/deskutils/gnome-utils/Makefile +++ b/deskutils/gnome-utils/Makefile @@ -1,10 +1,6 @@ -# New ports collection makefile for: gnomeutils2 -# Date created: 06 May 2002 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# +# Created by: Joe Marcus Clarke <marcus@FreeBSD.org> # $FreeBSD$ # $MCom: ports/deskutils/gnome-utils/Makefile,v 1.159 2012/09/01 23:02:09 mezz Exp $ -# PORTNAME= gnome-utils PORTVERSION= 2.32.0 @@ -25,9 +21,8 @@ CONFLICTS= baobob-3.[0-9]* gnome-dictionary-3.[0-9]* \ gnome-search-tool-3.[0-9]* gnome-system-log-3.[0-9]* USE_BZIP2= yes -USES= gettext +USES= gettext gmake pkgconfig INSTALLS_OMF= yes -USE_GMAKE= yes USE_LDCONFIG= yes INSTALLS_ICONS= yes USE_GNOME= gnomeprefix gnomehack intlhack gnomepanel ltverhack diff --git a/net/gnome-netstatus/Makefile b/net/gnome-netstatus/Makefile index 229730211fa8..c82a049b6625 100644 --- a/net/gnome-netstatus/Makefile +++ b/net/gnome-netstatus/Makefile @@ -1,10 +1,6 @@ -# New ports collection makefile for: gnomenetstatus -# Date Created: 05 December 2003 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# +# Created by: Joe Marcus Clarke <marcus@FreeBSD.org> # $FreeBSD$ # $MCom: ports/net/gnome-netstatus/Makefile,v 1.58 2010/09/29 12:35:14 kwm Exp $ -# PORTNAME= gnome-netstatus PORTVERSION= 2.28.2 @@ -21,8 +17,7 @@ INSTALLS_ICONS= yes USE_BZIP2= yes USE_GNOME= gnomehack intlhack gnomeprefix libgnome gnomepanel \ gnomedocutils -USE_GMAKE= yes -USES= gettext +USES= gettext gmake pkgconfig GNU_CONFIGURE= yes CONFIGURE_ARGS= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" |