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/wmspaceweather | |
parent | 809fc116574dfcbdc7f19df819bdca8262340533 (diff) | |
download | freebsd-ports-gnome-bcdd3dadb57765f8d756f581b2dd0adc8b12607d.tar.gz freebsd-ports-gnome-bcdd3dadb57765f8d756f581b2dd0adc8b12607d.tar.zst freebsd-ports-gnome-bcdd3dadb57765f8d756f581b2dd0adc8b12607d.zip |
- USE_X_PREFIX and USE_XPM --> USE_XORG
Approved by: miwi (mentor)
Diffstat (limited to 'astro/wmspaceweather')
-rw-r--r-- | astro/wmspaceweather/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
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 |