Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 1 Feb 2014 23:59:50 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r342224 - head/deskutils/drivel
Message-ID:  <201402012359.s11NxoKi035388@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sat Feb  1 23:59:50 2014
New Revision: 342224
URL: http://svnweb.freebsd.org/changeset/ports/342224
QAT: https://qat.redports.org/buildarchive/r342224/

Log:
  - Stage support
  - Use OPTIONS helpers

Modified:
  head/deskutils/drivel/Makefile

Modified: head/deskutils/drivel/Makefile
==============================================================================
--- head/deskutils/drivel/Makefile	Sat Feb  1 23:59:13 2014	(r342223)
+++ head/deskutils/drivel/Makefile	Sat Feb  1 23:59:50 2014	(r342224)
@@ -30,14 +30,8 @@ GCONF_SCHEMAS=	drivel.schemas
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 
-NO_STAGE=	yes
-.include <bsd.port.options.mk>
-
-.if ${PORT_OPTIONS:MGTKSPELL}
-LIB_DEPENDS+=		gtkspell.0:${PORTSDIR}/textproc/gtkspell
-.else
-CONFIGURE_ARGS+=	--without-gtkspell
-.endif
+GTKSPELL_LIB_DEPENDS=	libgtkspell.so:${PORTSDIR}/textproc/gtkspell
+GTKSPELL_CONFIGURE_OFF=	--without-gtkspell
 
 post-patch:
 	@${REINPLACE_CMD} -e '/-g2/s|^|#|g' ${WRKSRC}/configure



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402012359.s11NxoKi035388>