diff options
author | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2001-07-10 01:43:18 +0000 |
---|---|---|
committer | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2001-07-10 01:43:18 +0000 |
commit | 2ccd78c4f1f5c90121ead597f1cdbbebca162a9f (patch) | |
tree | 9baa03dbe4d1382cc5c998c1cd45e3799e0391b4 /astro/sunclock/Makefile | |
parent | 2014a62ef1fa0f624e0b8b2e12bf384dacf904ab (diff) |
Notes
Diffstat (limited to 'astro/sunclock/Makefile')
-rw-r--r-- | astro/sunclock/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/astro/sunclock/Makefile b/astro/sunclock/Makefile index 74ab9d09c2cc..56412c9519e3 100644 --- a/astro/sunclock/Makefile +++ b/astro/sunclock/Makefile @@ -7,13 +7,15 @@ # PORTNAME= sunclock -PORTVERSION= 3.38 +PORTVERSION= 3.45 CATEGORIES= astro x11-clocks MASTER_SITES= ftp://ftp.ac-grenoble.fr/ge/geosciences/ EXTRACT_SUFX= .tgz MAINTAINER= torstenb@FreeBSD.org +WRKSRC= ${WRKDIR}/${DISTNAME}v2 + LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg USE_IMAKE= YES |