aboutsummaryrefslogtreecommitdiff
path: root/astro/wmsun/Makefile
diff options
context:
space:
mode:
authorPietro Cerutti <gahr@FreeBSD.org>2008-03-13 18:40:53 +0000
committerPietro Cerutti <gahr@FreeBSD.org>2008-03-13 18:40:53 +0000
commitdb27ee311ea5e10137ca546fbadb56aeabc882a1 (patch)
tree1ac7a747b021120b2b08cfe15008a75e650be130 /astro/wmsun/Makefile
parente38bfb7a96f5dee4fabf000e4fe14de7c2bee0bf (diff)
downloadports-db27ee311ea5e10137ca546fbadb56aeabc882a1.tar.gz
ports-db27ee311ea5e10137ca546fbadb56aeabc882a1.zip
- USE_X_PREFIX and USE_XPM --> USE_XORG
Approved by: miwi (mentor)
Notes
Notes: svn path=/head/; revision=208985
Diffstat (limited to 'astro/wmsun/Makefile')
-rw-r--r--astro/wmsun/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/astro/wmsun/Makefile b/astro/wmsun/Makefile
index d0fa61ff3cc7..09e6722ca206 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"