diff options
author | ijliao <ijliao@FreeBSD.org> | 2001-05-26 03:44:57 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2001-05-26 03:44:57 +0800 |
commit | 9f072b4a3de4538b1f269eae114447874a42c997 (patch) | |
tree | 368180ead98c05bbf2018a35bc180fed38444186 | |
parent | 9457a3c3788f3f3750b679ab0ff9b3b7b0221a07 (diff) | |
download | freebsd-ports-gnome-9f072b4a3de4538b1f269eae114447874a42c997.tar.gz freebsd-ports-gnome-9f072b4a3de4538b1f269eae114447874a42c997.tar.zst freebsd-ports-gnome-9f072b4a3de4538b1f269eae114447874a42c997.zip |
Fix port to build with XFree86 4
change maintainer
PR: 26730
Submitted by: Anders Nordby <anders@fix.no> (new maintainer)
No response from: old maintainer
-rw-r--r-- | sysutils/wmavgload/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/wmavgload/Makefile b/sysutils/wmavgload/Makefile index 161c5a6694e8..50912cc22517 100644 --- a/sysutils/wmavgload/Makefile +++ b/sysutils/wmavgload/Makefile @@ -11,10 +11,11 @@ CATEGORIES= sysutils windowmaker MASTER_SITES= ${MASTER_SITE_WINDOWMAKER} MASTER_SITE_SUBDIR= contrib/srcs/utils -MAINTAINER= kushn@mail.kar.net +MAINTAINER= anders@fix.no USE_IMAKE= yes USE_XPM= yes NO_INSTALL_MANPAGES= yes +ALL_TARGET= wmavgload .include <bsd.port.mk> |