aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbdrewery <bdrewery@FreeBSD.org>2013-06-14 22:40:53 +0800
committerbdrewery <bdrewery@FreeBSD.org>2013-06-14 22:40:53 +0800
commitd9446a123d5404d29faf9af9ecc38246607a067e (patch)
treee79acf86bc4112b2b02f3c8bb3186629440a3717
parent45cce541bb1edb4c0076b108e51d0cdb105f7420 (diff)
downloadfreebsd-ports-gnome-d9446a123d5404d29faf9af9ecc38246607a067e.tar.gz
freebsd-ports-gnome-d9446a123d5404d29faf9af9ecc38246607a067e.tar.zst
freebsd-ports-gnome-d9446a123d5404d29faf9af9ecc38246607a067e.zip
Convert to new options helpers
-rw-r--r--mail/queue-repair/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/mail/queue-repair/Makefile b/mail/queue-repair/Makefile
index dcf817a223de..891b571dcb39 100644
--- a/mail/queue-repair/Makefile
+++ b/mail/queue-repair/Makefile
@@ -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