diff options
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 |