diff options
Diffstat (limited to 'astro/sunclock/Makefile')
-rw-r--r-- | astro/sunclock/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/astro/sunclock/Makefile b/astro/sunclock/Makefile index 07462e9700e..a9a608f0fc0 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> |