svn commit: r325234 - head/net/pload

Baptiste Daroussin bapt at FreeBSD.org
Thu Aug 22 21:38:58 UTC 2013


Author: bapt
Date: Thu Aug 22 21:38:57 2013
New Revision: 325234
URL: http://svnweb.freebsd.org/changeset/ports/325234

Log:
  Fix building with new imake world

Modified:
  head/net/pload/Makefile

Modified: head/net/pload/Makefile
==============================================================================
--- head/net/pload/Makefile	Thu Aug 22 20:58:30 2013	(r325233)
+++ head/net/pload/Makefile	Thu Aug 22 21:38:57 2013	(r325234)
@@ -12,8 +12,7 @@ MASTER_SITE_SUBDIR=	pav
 MAINTAINER=	fbsd at opal.com
 COMMENT=	X11 program to display network traffic graphs
 
-BROKEN=		does not build: Could not find osdefs.mk
-USES=		imake
+USES=		imake:env
 USE_XORG=	ice sm x11 xaw xext xmu xpm xt
 HAS_CONFIGURE=	yes
 


More information about the svn-ports-head mailing list