aboutsummaryrefslogtreecommitdiff
path: root/mail/exim-postgresql
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@FreeBSD.org>2014-07-22 14:05:43 +0000
committerVsevolod Stakhov <vsevolod@FreeBSD.org>2014-07-22 14:05:43 +0000
commit0817a9675b4d21a54f939a6fab06ec8596218da5 (patch)
tree1b2d6e6957475ae32ce3369db9b9da2b6507fda7 /mail/exim-postgresql
parent8d826dc2ff0797a67640cbdc4683c92679de4a35 (diff)
downloadports-0817a9675b4d21a54f939a6fab06ec8596218da5.tar.gz
ports-0817a9675b4d21a54f939a6fab06ec8596218da5.zip
Convert to OPTIONS_SLAVE.
PR: 191949 Submitted by: v.chernyadev at tradesoft.ru Patch by: dumbbell
Notes
Notes: svn path=/head/; revision=362543
Diffstat (limited to 'mail/exim-postgresql')
-rw-r--r--mail/exim-postgresql/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/exim-postgresql/Makefile b/mail/exim-postgresql/Makefile
index 4a2e965e0119..2dafd81b5cb8 100644
--- a/mail/exim-postgresql/Makefile
+++ b/mail/exim-postgresql/Makefile
@@ -4,6 +4,6 @@
PKGNAMESUFFIX= -postgresql
MASTERDIR= ${.CURDIR}/../exim
-WITH_PGSQL= yes
+OPTIONS_SLAVE= PGSQL
.include "${MASTERDIR}/Makefile"