summaryrefslogtreecommitdiff
path: root/astro/sunclock/Makefile
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2001-04-22 14:35:32 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2001-04-22 14:35:32 +0000
commit74cc837141144dd018d0ed84bb5207fe83efc970 (patch)
tree79d445d6971d1859d038d7672aa1ffd834fed0ff /astro/sunclock/Makefile
parentNew port: stripped-down ssh version to be used in picobsd images. (diff)
upgrade to 3.38
PR: 26590 Submitted by: ijliao
Notes
Notes: svn path=/head/; revision=41797
Diffstat (limited to 'astro/sunclock/Makefile')
-rw-r--r--astro/sunclock/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/astro/sunclock/Makefile b/astro/sunclock/Makefile
index a0dbb31cbfaf..74ab9d09c2cc 100644
--- a/astro/sunclock/Makefile
+++ b/astro/sunclock/Makefile
@@ -1,3 +1,4 @@
+# ex:ts=8
# New ports collection makefile for: sunclock
# Date created: 15 September 1996
# Whom: torstenb
@@ -6,18 +7,17 @@
#
PORTNAME= sunclock
-PORTVERSION= 3.27
+PORTVERSION= 3.38
CATEGORIES= astro x11-clocks
MASTER_SITES= ftp://ftp.ac-grenoble.fr/ge/geosciences/
EXTRACT_SUFX= .tgz
MAINTAINER= torstenb@FreeBSD.org
+LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg
+
USE_IMAKE= YES
MAN1= sunclock.1
-post-patch:
- @${PERL} -pi -e "s|%%X11BASE%%|${X11BASE}|g" ${WRKSRC}/Imakefile
-
.include <bsd.port.mk>