aboutsummaryrefslogtreecommitdiff
path: root/mail/opensmtpd-extras-table-passwd
diff options
context:
space:
mode:
authorDima Panov <fluffy@FreeBSD.org>2016-05-27 18:29:53 +0000
committerDima Panov <fluffy@FreeBSD.org>2016-05-27 18:29:53 +0000
commite1a0c39c75e269ea8640c4b0d5bca1fd9af80153 (patch)
treeb2c75ab3e4c649561a288f61bcd9e6e7482af579 /mail/opensmtpd-extras-table-passwd
parente728417c0b3ff5f4905c8ab6c8c37bca9b7c44d9 (diff)
downloadports-e1a0c39c75e269ea8640c4b0d5bca1fd9af80153.tar.gz
ports-e1a0c39c75e269ea8640c4b0d5bca1fd9af80153.zip
- Unconditionally define PORTREVISION in subports
to skip unneccessary bump slaves by master port touching - Pass master's CONFIGURE_ARGS to slaves - Option to select mail/opensmtpd[-devel] as build/run dependency (and corresponding libasr via this) - Pass pkgconfig dependency only to subports which need it. - Adjust dependencies in subports Submitted by: myself Reviewed by: adamw, gahr Approved by: adamw, gahr, miwi (mentor, implicit) Sponsored by: milk and cookies Differential Revision: https://reviews.freebsd.org/D6607
Notes
Notes: svn path=/head/; revision=415954
Diffstat (limited to 'mail/opensmtpd-extras-table-passwd')
-rw-r--r--mail/opensmtpd-extras-table-passwd/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/opensmtpd-extras-table-passwd/Makefile b/mail/opensmtpd-extras-table-passwd/Makefile
index 41afecb6c8b6..b22335e3978b 100644
--- a/mail/opensmtpd-extras-table-passwd/Makefile
+++ b/mail/opensmtpd-extras-table-passwd/Makefile
@@ -2,14 +2,14 @@
# $FreeBSD$
PKGNAMESUFFIX= -table-passwd
+PORTREVISION= 1
-COMMENT= passwd(5) table support for opensmtpd
+COMMENT= passwd(5) table support for OpenSMTPD
PLIST_FILES= libexec/opensmtpd/table-passwd \
man/man5/table-passwd.5.gz
-CONFIGURE_ARGS= --with-table-passwd
-LDFLAGS+= -L${LOCALBASE}/lib/mysql
+CONFIGURE_ARGS+= --with-table-passwd
MASTERDIR= ${.CURDIR}/../opensmtpd-extras
SLAVE_PORT= yes