diff options
author | bapt <bapt@FreeBSD.org> | 2013-08-23 05:38:57 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-08-23 05:38:57 +0800 |
commit | f32fe43ec02c0bcb94bc9171f7cecf54150f4fe1 (patch) | |
tree | 9d42a483b39ad92a8b9774a1858cfdc354a1efec /net/pload | |
parent | c4642e745c036a151f999c07f8cdf110200f6617 (diff) | |
download | freebsd-ports-gnome-f32fe43ec02c0bcb94bc9171f7cecf54150f4fe1.tar.gz freebsd-ports-gnome-f32fe43ec02c0bcb94bc9171f7cecf54150f4fe1.tar.zst freebsd-ports-gnome-f32fe43ec02c0bcb94bc9171f7cecf54150f4fe1.zip |
Fix building with new imake world
Diffstat (limited to 'net/pload')
-rw-r--r-- | net/pload/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/pload/Makefile b/net/pload/Makefile index dd63eb56d342..51ae636abec5 100644 --- a/net/pload/Makefile +++ b/net/pload/Makefile @@ -12,8 +12,7 @@ MASTER_SITE_SUBDIR= pav MAINTAINER= fbsd@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 |