diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-03-23 23:03:18 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-03-23 23:03:18 +0000 |
commit | 06aa815303d09728523a1521f001bd7d8ac0ff16 (patch) | |
tree | 8ef0d81d9016d3c0cd3c36f31cc02904d60bab57 /astro/stellarium | |
parent | 7dad8e86731f6a02bb83a5de682e3bfbcc7232ba (diff) |
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup)
Notes
Notes:
svn path=/head/; revision=209644
Diffstat (limited to 'astro/stellarium')
-rw-r--r-- | astro/stellarium/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/astro/stellarium/Makefile b/astro/stellarium/Makefile index 137233168a44..0b5047e7589f 100644 --- a/astro/stellarium/Makefile +++ b/astro/stellarium/Makefile @@ -7,7 +7,7 @@ PORTNAME= stellarium PORTVERSION= 0.9.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= astro MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -27,7 +27,6 @@ QT_COMPONENTS= qmake moc gui rcc uic opengl USE_GETTEXT= yes USE_GL= yes USE_SDL= sdl mixer -USE_XLIB= yes USE_GMAKE= yes CMAKE_ENV= QMAKESPEC=${QMAKESPEC} CMAKE_ARGS= -DCMAKE_BUILD_TYPE:STRING=Release \ |