diff options
author | ade <ade@FreeBSD.org> | 2010-09-24 11:21:44 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2010-09-24 11:21:44 +0800 |
commit | 6283122183378dd9be292b2808c7c993b551aa30 (patch) | |
tree | 405101b4fd7edd2fd40f264b9ba84a3bef00e81d /sysutils | |
parent | 0aff0066163e07c1a2351795488e2c3cc4992440 (diff) | |
download | freebsd-ports-gnome-6283122183378dd9be292b2808c7c993b551aa30.tar.gz freebsd-ports-gnome-6283122183378dd9be292b2808c7c993b551aa30.tar.zst freebsd-ports-gnome-6283122183378dd9be292b2808c7c993b551aa30.zip |
Doesn't actually need devel/automake15
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/wmupmon/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/wmupmon/Makefile b/sysutils/wmupmon/Makefile index 2252f1241f93..1d308b4be467 100644 --- a/sysutils/wmupmon/Makefile +++ b/sysutils/wmupmon/Makefile @@ -16,7 +16,7 @@ COMMENT= An uptime showing dockapp with a similar look to wmcpuload USE_BZIP2= yes USE_XORG= xpm -USE_AUTOTOOLS= automake:15 autoheader:267 +USE_AUTOTOOLS= autoheader:267 CONFIGURE_ARGS= --program-prefix="" MAN1= wmupmon.1 |