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/wmjupiter | |
parent | e38bfb7a96f5dee4fabf000e4fe14de7c2bee0bf (diff) |
- USE_X_PREFIX and USE_XPM --> USE_XORG
Approved by: miwi (mentor)
Notes
Notes:
svn path=/head/; revision=208985
Diffstat (limited to 'astro/wmjupiter')
-rw-r--r-- | astro/wmjupiter/Makefile | 5 |
1 files changed, 2 insertions, 3 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: |