summaryrefslogtreecommitdiff
path: root/astro/sunclock/Makefile
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2006-01-05 00:38:16 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2006-01-05 00:38:16 +0000
commit8674d20fc7c304fde21fa5564c98249ef1d1a37d (patch)
treeaecd063ca4959563eb8194126c0012dc5e61a879 /astro/sunclock/Makefile
parent[PATCH] www/wwwoffle: fix broken wwwoffled.sh (diff)
[patch] astro/sunclock - to version 3.54.1
astro/sunclock isn't fetchable anymore, upgrade to 3.54.1 will resolve it. PR: ports/89524 Submitted by: Edwin Groothuis <edwin@mavetju.org> Approved by: maitnainer timeout
Notes
Notes: svn path=/head/; revision=152768
Diffstat (limited to 'astro/sunclock/Makefile')
-rw-r--r--astro/sunclock/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/astro/sunclock/Makefile b/astro/sunclock/Makefile
index 07462e9700e4..a9a608f0fc01 100644
--- a/astro/sunclock/Makefile
+++ b/astro/sunclock/Makefile
@@ -7,7 +7,7 @@
#
PORTNAME= sunclock
-PORTVERSION= 3.53
+PORTVERSION= 3.54.1
CATEGORIES= astro x11-clocks
MASTER_SITES= http://frmas.free.fr/files/
@@ -20,7 +20,8 @@ LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \
USE_BZIP2= yes
USE_XPM= yes
USE_IMAKE= yes
+CFLAGS+= -I${LOCALBASE}/include
-MAN1= sunclock.1
+MAN1= sunclock.1 emx.1
.include <bsd.port.mk>