svn commit: r322744 - head/x11-wm/ede

Baptiste Daroussin bapt at FreeBSD.org
Thu Jul 11 06:02:41 UTC 2013


Author: bapt
Date: Thu Jul 11 06:02:40 2013
New Revision: 322744
URL: http://svnweb.freebsd.org/changeset/ports/322744

Log:
  Mark job unsafe (fails with -j24)
  Use options helpers

Modified:
  head/x11-wm/ede/Makefile

Modified: head/x11-wm/ede/Makefile
==============================================================================
--- head/x11-wm/ede/Makefile	Thu Jul 11 05:53:09 2013	(r322743)
+++ head/x11-wm/ede/Makefile	Thu Jul 11 06:02:40 2013	(r322744)
@@ -36,7 +36,7 @@ GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-edelib_path=${EDELIB_WRKSRC} \
 		--with-fltk-path=${LOCALBASE}
 INSTALL_ICONS=	yes
-MAKE_JOBS_SAFE=	yes
+MAKE_JOBS_UNSAFE=	yes
 
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
@@ -49,13 +49,8 @@ EDELIB_DISTNAME=${EDELIB_NAME}-${EDELIB_
 EDELIB_DISTFILE=${EDELIB_DISTNAME}${EXTRACT_SUFX}
 EDELIB_WRKSRC=	${WRKDIR}/${EDELIB_DISTNAME}
 
-.include <bsd.port.options.mk>
-
-.if ${PORT_OPTIONS:MHAL}
-LIB_DEPENDS+=	hal.1:${PORTSDIR}/sysutils/hal
-.else
-CONFIGURE_ARGS+=--disable-hal
-.endif
+HAL_LIB_DEPENDS=	libhal.so.1:${PORTSDIR}/sysutils/hal
+HAL_CONFIGURE_OFF=	--disable-hal
 
 # use multiple make jobs
 _make_jobs=	-j${MAKE_JOBS_NUMBER}


More information about the svn-ports-all mailing list