aboutsummaryrefslogtreecommitdiffstats
path: root/mail/exim
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2013-08-31 08:38:29 +0800
committerbapt <bapt@FreeBSD.org>2013-08-31 08:38:29 +0800
commit1586f8860237108261cc68a5e6e8e79e21c80b31 (patch)
tree9ea895aba8c44743b17818d766623f575ddeb4ae /mail/exim
parent64c6f64c77b65363934e7187fe526a07c7ea14a2 (diff)
downloadfreebsd-ports-gnome-1586f8860237108261cc68a5e6e8e79e21c80b31.tar.gz
freebsd-ports-gnome-1586f8860237108261cc68a5e6e8e79e21c80b31.tar.zst
freebsd-ports-gnome-1586f8860237108261cc68a5e6e8e79e21c80b31.zip
Convert USE_GNOME=pkgconfig to USES=pkgconfig
Convert USE_GMAKE to USES=gmake
Diffstat (limited to 'mail/exim')
-rw-r--r--mail/exim/Makefile2
1 files changed, 1 insertions, 1 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,'