Date: Thu, 11 Oct 2012 08:34:10 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r305705 - head/polish/gnugadu2 Message-ID: <201210110834.q9B8YAxG088958@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Thu Oct 11 08:34:09 2012 New Revision: 305705 URL: http://svn.freebsd.org/changeset/ports/305705 Log: Fix typo during OptionsNG conversion Reported by: pointyhat-west Pointyhat to: eadler Feature safe: yes Modified: head/polish/gnugadu2/Makefile Modified: head/polish/gnugadu2/Makefile ============================================================================== --- head/polish/gnugadu2/Makefile Thu Oct 11 08:25:46 2012 (r305704) +++ head/polish/gnugadu2/Makefile Thu Oct 11 08:34:09 2012 (r305705) @@ -152,7 +152,8 @@ PLIST_SUB+= ARTS:="@comment " .if ${PORT_OPTIONS:MXOSD} LIB_DEPENDS+= xosd.4:${PORTSDIR}/misc/xosd CONFIGURE_ARGS+= --with-xosd -PLIST_SUB+= XOSD:="".else +PLIST_SUB+= XOSD:="" +.else CONFIGURE_ARGS+= --without-xosd PLIST_SUB+= XOSD:="@comment " .endif
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201210110834.q9B8YAxG088958>