svn commit: r342224 - head/deskutils/drivel

Antoine Brodin antoine at FreeBSD.org
Sat Feb 1 23:59:51 UTC 2014


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


More information about the svn-ports-all mailing list