diff options
Diffstat (limited to 'astro/wmjupiter')
-rw-r--r-- | astro/wmjupiter/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/astro/wmjupiter/Makefile b/astro/wmjupiter/Makefile index 10572ddbe7a6..4c6af25b91a6 100644 --- a/astro/wmjupiter/Makefile +++ b/astro/wmjupiter/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: wmjupiter -# Date created: Tue Jan 15 17:28:49 EST 2002 -# Whom: pat -# +# Created by: pat # $FreeBSD$ -# PORTNAME= wmjupiter PORTVERSION= 1.2 @@ -17,7 +13,7 @@ COMMENT= Dockapp that displays information on Jupiter PLIST_FILES= bin/wmJupiter WRKSRC= ${WRKDIR}/wmJupiter USE_XORG= x11 xext xpm -USE_GMAKE= yes +USES= gmake pre-patch: @${REINPLACE_CMD} -e 's|values.h|float.h|; s|MAXDOUBLE|DBL_MAX|g' \ |