diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2008-03-13 18:40:53 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2008-03-13 18:40:53 +0000 |
commit | db27ee311ea5e10137ca546fbadb56aeabc882a1 (patch) | |
tree | 1ac7a747b021120b2b08cfe15008a75e650be130 /astro | |
parent | e38bfb7a96f5dee4fabf000e4fe14de7c2bee0bf (diff) | |
download | ports-db27ee311ea5e10137ca546fbadb56aeabc882a1.tar.gz ports-db27ee311ea5e10137ca546fbadb56aeabc882a1.zip |
Notes
Diffstat (limited to 'astro')
-rw-r--r-- | astro/wmjupiter/Makefile | 5 | ||||
-rw-r--r-- | astro/wmsolar/Makefile | 5 | ||||
-rw-r--r-- | astro/wmspaceweather/Makefile | 5 | ||||
-rw-r--r-- | astro/wmsun/Makefile | 5 |
4 files changed, 8 insertions, 12 deletions
diff --git a/astro/wmjupiter/Makefile b/astro/wmjupiter/Makefile index 7da9ad1aa238..d9e0da7382dc 100644 --- a/astro/wmjupiter/Makefile +++ b/astro/wmjupiter/Makefile @@ -7,7 +7,7 @@ PORTNAME= wmjupiter PORTVERSION= 1.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= astro windowmaker MASTER_SITES= http://www.inxsoft.net/wmjupiter/ @@ -16,8 +16,7 @@ COMMENT= Dockapp that displays information on jupiter PLIST_FILES= bin/wmJupiter WRKSRC= ${WRKDIR}/wmJupiter -USE_X_PREFIX= yes -USE_XPM= yes +USE_XORG= x11 xext xpm USE_GMAKE= yes pre-patch: diff --git a/astro/wmsolar/Makefile b/astro/wmsolar/Makefile index a5b7f729f567..68c5668f3cb5 100644 --- a/astro/wmsolar/Makefile +++ b/astro/wmsolar/Makefile @@ -7,7 +7,7 @@ PORTNAME= wmsolar PORTVERSION= 1.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= astro windowmaker MASTER_SITES= http://www.inxsoft.net/wmsolar/ @@ -16,8 +16,7 @@ COMMENT= A dockapp that displays the solar system viewed from top PLIST_FILES= bin/wmSolar WRKSRC= ${WRKDIR}/wmSolar -USE_X_PREFIX= yes -USE_XPM= yes +USE_XORG= x11 xext xpm USE_GMAKE= yes pre-patch: diff --git a/astro/wmspaceweather/Makefile b/astro/wmspaceweather/Makefile index aa89a23b948a..0d76a4d86947 100644 --- a/astro/wmspaceweather/Makefile +++ b/astro/wmspaceweather/Makefile @@ -6,7 +6,7 @@ PORTNAME= wmspaceweather PORTVERSION= 1.04 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= astro windowmaker MASTER_SITES= http://dockapps.org/files/15/22/ DISTNAME= wmSpaceWeather-${PORTVERSION} @@ -20,8 +20,7 @@ WRKSRC= ${WRKDIR}/${DISTNAME}/wmSpaceWeather EXTRACT_CMD= ${CAT} EXTRACT_BEFORE_ARGS= -USE_X_PREFIX= yes -USE_XPM= yes +USE_XORG= x11 xext xpm ALL_TARGET= clean all MAN1= wmSpaceWeather.1 diff --git a/astro/wmsun/Makefile b/astro/wmsun/Makefile index d0fa61ff3cc7..09e6722ca206 100644 --- a/astro/wmsun/Makefile +++ b/astro/wmsun/Makefile @@ -6,7 +6,7 @@ PORTNAME= wmsun PORTVERSION= 1.03 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= astro windowmaker MASTER_SITES= http://dockapps.org/files/16/23/ DISTNAME= wmSun-1.03 @@ -16,8 +16,7 @@ COMMENT= A dockapp that displays the rise and set time of the sun WRKSRC= ${WRKDIR}/${DISTNAME}/wmSun -USE_X_PREFIX= yes -USE_XPM= yes +USE_XORG= xext xpm x11 ALL_TARGET= clean all MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" \ INCDIR="-I${X11BASE}/include" LIBDIR="-L${X11BASE}/lib" |