1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-01 01:17:02 +00:00

Convert to new options helpers

This commit is contained in:
Bryan Drewery 2013-06-14 14:40:53 +00:00
parent d248bef09f
commit bb5dc21d37
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=320939

View File

@ -16,11 +16,9 @@ OPTIONS_DEFINE= DOCS QMAIL_PORT
OPTIONS_DEFAULT= QMAIL_PORT
QMAIL_PORT_DESC= Depend on qmail port
.include <bsd.port.options.mk>
QMAIL_PORT_USES= qmail:run
.if ${PORT_OPTIONS:MQMAIL_PORT}
USES= qmail:run
.endif
.include <bsd.port.options.mk>
PLIST_FILES= bin/queue-repair
PORTDOCS= BLURB CHANGELOG TODO