mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
Convert USE_GNOME=pkgconfig to USES=pkgconfig
Convert USE_GMAKE to USES=gmake
This commit is contained in:
parent
877e282dd3
commit
1ef1291892
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=325753
@ -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,'
|
||||
|
@ -1,9 +1,5 @@
|
||||
# Ports collection makefile for: msmtp
|
||||
# Date created: 22 Aug 2003
|
||||
# Whom: R.I.Pienaar <rip@devco.net>
|
||||
#
|
||||
# Created by: R.I.Pienaar <rip@devco.net>
|
||||
# $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
|
||||
|
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user