diff options
Diffstat (limited to 'astro/sunclock/Makefile')
-rw-r--r-- | astro/sunclock/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/astro/sunclock/Makefile b/astro/sunclock/Makefile index a964b6c2d69f..81d8d749710c 100644 --- a/astro/sunclock/Makefile +++ b/astro/sunclock/Makefile @@ -20,10 +20,10 @@ LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ png.5:${PORTSDIR}/graphics/png USE_BZIP2= yes -USE_XPM= yes +USE_XORG= xpm USE_IMAKE= yes -CFLAGS+= -I${LOCALBASE}/include -I${X11BASE}/include -CPPFLAGS+= -I${LOCALBASE}/include -I${X11BASE}/include +CFLAGS+= -I${LOCALBASE}/include +CPPFLAGS+= -I${LOCALBASE}/include MAN1= sunclock.1 |