diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-04-22 14:35:32 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-04-22 14:35:32 +0000 |
commit | 74cc837141144dd018d0ed84bb5207fe83efc970 (patch) | |
tree | 79d445d6971d1859d038d7672aa1ffd834fed0ff /astro/sunclock/Makefile | |
parent | 90d8c77fba1d7a636edfc82879d63649cce7853f (diff) |
Notes
Diffstat (limited to 'astro/sunclock/Makefile')
-rw-r--r-- | astro/sunclock/Makefile | 8 |
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> |