diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2006-01-05 00:38:16 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2006-01-05 00:38:16 +0000 |
commit | 8674d20fc7c304fde21fa5564c98249ef1d1a37d (patch) | |
tree | aecd063ca4959563eb8194126c0012dc5e61a879 /astro/sunclock/Makefile | |
parent | 05ee30a9ba310cbacafd4015cc93180cc2478e79 (diff) | |
download | ports-8674d20fc7c304fde21fa5564c98249ef1d1a37d.tar.gz ports-8674d20fc7c304fde21fa5564c98249ef1d1a37d.zip |
Notes
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 07462e9700e4..a9a608f0fc01 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> |