diff options
author | miwi <miwi@FreeBSD.org> | 2008-03-24 07:03:18 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-03-24 07:03:18 +0800 |
commit | 2dbc59cdd62517ce3d991f5a9e4802218747c40a (patch) | |
tree | 5e4648487c14dbebc2ab89f7fa36a3c6b8934959 /astro/xglobe | |
parent | 36fbb34bc519394874f58b5d9416ca6148c891ed (diff) | |
download | freebsd-ports-gnome-2dbc59cdd62517ce3d991f5a9e4802218747c40a.tar.gz freebsd-ports-gnome-2dbc59cdd62517ce3d991f5a9e4802218747c40a.tar.zst freebsd-ports-gnome-2dbc59cdd62517ce3d991f5a9e4802218747c40a.zip |
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup)
Diffstat (limited to 'astro/xglobe')
-rw-r--r-- | astro/xglobe/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/astro/xglobe/Makefile b/astro/xglobe/Makefile index 9e903d9f239b..70e9b9601315 100644 --- a/astro/xglobe/Makefile +++ b/astro/xglobe/Makefile @@ -7,7 +7,7 @@ PORTNAME= xglobe PORTVERSION= 0.5 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= astro MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR=kris @@ -16,7 +16,6 @@ MAINTAINER= kris@FreeBSD.org COMMENT= Displays a view of the Earth (like xearth) with a rendered photo map USE_QT_VER= 3 -USE_X_PREFIX= yes USE_GMAKE= yes MAKE_ENV= PTHREAD_LIBS=${PTHREAD_LIBS} |