From 1ef1291892d38d425103f6102c0e997d9d5c65fa Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Sat, 31 Aug 2013 00:38:29 +0000 Subject: [PATCH] Convert USE_GNOME=pkgconfig to USES=pkgconfig Convert USE_GMAKE to USES=gmake --- mail/exim/Makefile | 2 +- mail/msmtp/Makefile | 8 ++------ mail/mu/Makefile | 10 +++------- 3 files changed, 6 insertions(+), 14 deletions(-) diff --git a/mail/exim/Makefile b/mail/exim/Makefile index cdf7490df45c..8bf40c077f15 100644 --- a/mail/exim/Makefile +++ b/mail/exim/Makefile @@ -406,7 +406,7 @@ SEDLIST+= -e 's,^\# (LOOKUP_PASSWD=),\1,' .if ${PORT_OPTIONS:MSQLITE} USE_SQLITE= yes -USE_GNOME= pkgconfig +USES+= pkgconfig SEDLIST+= -e 's,XX_SQLITE_LIBS_XX,`pkg-config --static --libs sqlite3`,' \ -e 's,XX_SQLITE_FLAGS_XX,`pkg-config --cflags sqlite3`,' \ -e 's,^\# (LOOKUP_SQLITE=),\1,' diff --git a/mail/msmtp/Makefile b/mail/msmtp/Makefile index 4a97a67eb109..f9d2204ee53f 100644 --- a/mail/msmtp/Makefile +++ b/mail/msmtp/Makefile @@ -1,9 +1,5 @@ -# Ports collection makefile for: msmtp -# Date created: 22 Aug 2003 -# Whom: R.I.Pienaar -# +# Created by: R.I.Pienaar # $FreeBSD$ -# PORTNAME= msmtp PORTVERSION= 1.4.31 @@ -17,7 +13,7 @@ LICENSE= GPLv3 USE_BZIP2= yes GNU_CONFIGURE= yes -USE_GNOME= pkgconfig +USES= pkgconfig CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib MAN1= msmtp.1 diff --git a/mail/mu/Makefile b/mail/mu/Makefile index 58bc5a1b8c4b..11c3087d3cad 100644 --- a/mail/mu/Makefile +++ b/mail/mu/Makefile @@ -1,9 +1,5 @@ -# New ports collection Makefile for: mu -# Date created: 2 March 2012 -# Whom: rea@FreeBSD.org -# +# Created by: rea@FreeBSD.org # $FreeBSD$ -# PORTNAME= mu PORTVERSION= 0.9.9 @@ -20,8 +16,8 @@ LIB_DEPENDS= xapian:${PORTSDIR}/databases/xapian-core \ gmime:${PORTSDIR}/mail/gmime24 GNU_CONFIGURE= yes -USE_GMAKE= yes -USE_GNOME= glib20 pkgconfig +USES= pkgconfig gmake +USE_GNOME= glib20 MAN1= mu-cfind.1 mu-easy.1 mu-extract.1 mu-find.1 mu-index.1 \ mu-mkdir.1 mu-view.1 mu-add.1 mu-remove.1 mu-server.1 mu.1 \