diff options
author | Ade Lovett <ade@FreeBSD.org> | 2010-09-24 11:21:44 +0800 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2010-09-24 11:21:44 +0800 |
commit | ea48b9de119ce59c6679052bf142013ffd20cfdd (patch) | |
tree | 69bf0a3ca98a35c62f8da154407adb8534e994f3 /sysutils | |
parent | 25477f224de0d5d5c9b41c0baa35751b8b888e56 (diff) | |
download | freebsd-ports-gnome-ea48b9de119ce59c6679052bf142013ffd20cfdd.tar.gz freebsd-ports-gnome-ea48b9de119ce59c6679052bf142013ffd20cfdd.tar.zst freebsd-ports-gnome-ea48b9de119ce59c6679052bf142013ffd20cfdd.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 |