diff --git a/astro/xphoon/Makefile b/astro/xphoon/Makefile index 1756ce477363..121d773bef26 100644 --- a/astro/xphoon/Makefile +++ b/astro/xphoon/Makefile @@ -1,16 +1,16 @@ PORTNAME= xphoon PORTVERSION= 20000613 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= astro MASTER_SITES= SF -MAINTAINER= ports@FreeBSD.org +MAINTAINER= cy@FreeBSD.org COMMENT= Set the root window to the moon in its current phase WWW= https://xphoon.sourceforge.net/ USES= imake xorg USE_XORG= x11 xext PLIST_FILES= bin/xphoon share/man/man1/xphoon.1.gz .include diff --git a/astro/xphoon/files/patch-Imakefile b/astro/xphoon/files/patch-Imakefile index d607d8420b3c..06c469e28984 100644 --- a/astro/xphoon/files/patch-Imakefile +++ b/astro/xphoon/files/patch-Imakefile @@ -1,11 +1,13 @@ ---- Imakefile.orig 2000-06-13 21:55:44 UTC -+++ Imakefile +diff --git a/Imakefile.orig b/Imakefile +index 96d7fd6..73497f4 100644 +--- a/Imakefile.orig ++++ b/Imakefile @@ -11,7 +11,7 @@ INCLUDES = -I. -I$(TOP) -I$(TOP)/X11 -I$(TOP)/X11/bitmaps -LOCAL_LIBRARIES = $(XLIB) -+LOCAL_LIBRARIES = $(XLIB) -lcompat ++LOCAL_LIBRARIES = $(XLIB) -lcompat -lutil DEPLIBS = $(DEPXLIB) LDLIBS = -lm