diff options
author | Vsevolod Stakhov <vsevolod@FreeBSD.org> | 2014-07-22 14:05:43 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@FreeBSD.org> | 2014-07-22 14:05:43 +0000 |
commit | 0817a9675b4d21a54f939a6fab06ec8596218da5 (patch) | |
tree | 1b2d6e6957475ae32ce3369db9b9da2b6507fda7 /mail/exim-postgresql/Makefile | |
parent | 8d826dc2ff0797a67640cbdc4683c92679de4a35 (diff) |
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/Makefile')
-rw-r--r-- | mail/exim-postgresql/Makefile | 2 |
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" |