diff options
author | gahr <gahr@FreeBSD.org> | 2008-03-14 02:40:53 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2008-03-14 02:40:53 +0800 |
commit | bcdd3dadb57765f8d756f581b2dd0adc8b12607d (patch) | |
tree | 8a47a5d2476c28ea46c35d2d645a8ccecfc49092 /astro | |
parent | 809fc116574dfcbdc7f19df819bdca8262340533 (diff) | |
download | freebsd-ports-graphics-bcdd3dadb57765f8d756f581b2dd0adc8b12607d.tar.gz freebsd-ports-graphics-bcdd3dadb57765f8d756f581b2dd0adc8b12607d.tar.zst freebsd-ports-graphics-bcdd3dadb57765f8d756f581b2dd0adc8b12607d.zip |
- USE_X_PREFIX and USE_XPM --> USE_XORG
Approved by: miwi (mentor)
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 7da9ad1aa23..d9e0da7382d 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 a5b7f729f56..68c5668f3cb 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 aa89a23b948..0d76a4d8694 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 d0fa61ff3cc..09e6722ca20 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" |