diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-03-10 00:09:00 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-03-10 00:09:00 +0000 |
commit | 4935b1fef2a932f078f220914946a19f83166b8b (patch) | |
tree | 32d60508f809a4917251c3056e4edcdd0cde7d65 /net | |
parent | d983e232616dff4d35098e1f4daa8dd1473a3219 (diff) |
Notes
Diffstat (limited to 'net')
-rw-r--r-- | net/yate/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/yate/Makefile b/net/yate/Makefile index ea219f1d8f19..2859ed71625f 100644 --- a/net/yate/Makefile +++ b/net/yate/Makefile @@ -167,7 +167,7 @@ EXTRA_PATCHES+= ${FILESDIR}/extra-patch-noalsa PLIST_SUB+= WITH_ALSA="@comment " .endif -.if ${PORT_OPTIONS:MDOCS} +.if ! ${PORT_OPTIONS:MDOCS} EXTRA_PATCHES+= ${FILESDIR}/extra-patch-noportdocs .endif |