summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2008-03-21 19:02:39 +0000
committerMartin Wilke <miwi@FreeBSD.org>2008-03-21 19:02:39 +0000
commit6ca47ed968ae26dfc71aae08bcaaea63a634fbaa (patch)
tree3873ec54df1c26fa413575700ee9ab9983b8e316
parent- Get rid of USE_XLIB (diff)
- Remove USE_XLIB in favor of USE_XORG
- Bump PORTREVISION Approved by: maintainer implicit
Notes
Notes: svn path=/head/; revision=209549
-rw-r--r--x11-fonts/farsifonts/Makefile3
-rw-r--r--x11-themes/cursor-grounation-theme/Makefile3
-rw-r--r--x11-themes/cursor-neutral-theme/Makefile3
-rw-r--r--x11-wm/jwm/Makefile7
4 files changed, 6 insertions, 10 deletions
diff --git a/x11-fonts/farsifonts/Makefile b/x11-fonts/farsifonts/Makefile
index 4c3c6f922f97..529202c77666 100644
--- a/x11-fonts/farsifonts/Makefile
+++ b/x11-fonts/farsifonts/Makefile
@@ -7,7 +7,7 @@
PORTNAME= farsifonts
PORTVERSION= 0.4
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= x11-fonts
MASTER_SITES= http://www.unixified.net/distfiles/ \
http://www.farsiweb.info/font/
@@ -17,7 +17,6 @@ COMMENT= Standard set of Unicode Persian fonts
BUILD_DEPENDS= ttmkfdir:${PORTSDIR}/x11-fonts/ttmkfdir
-USE_X_PREFIX= yes
USE_ZIP= yes
PLIST_SUB= FONTSDIR="${FONTSDIR:S|${PREFIX}/||}"
FONTSDIR?= ${PREFIX}/lib/X11/fonts/${PORTNAME}
diff --git a/x11-themes/cursor-grounation-theme/Makefile b/x11-themes/cursor-grounation-theme/Makefile
index dad28be56eb9..eda5e550ce72 100644
--- a/x11-themes/cursor-grounation-theme/Makefile
+++ b/x11-themes/cursor-grounation-theme/Makefile
@@ -7,7 +7,7 @@
PORTNAME= cursor-grounation-theme
PORTVERSION= 0.3
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= x11-themes
MASTER_SITES= http://www.gnome-look.org/CONTENT/content-files/
DISTNAME= 14484-Grounation-${PORTVERSION}
@@ -16,7 +16,6 @@ MAINTAINER= farrokhi@FreeBSD.org
COMMENT= Moshi's Grounation cursors
NO_BUILD= yes
-USE_X_PREFIX= yes
USE_BZIP2= yes
WRKSRC= ${WRKDIR}/Grounation-${PORTVERSION}
diff --git a/x11-themes/cursor-neutral-theme/Makefile b/x11-themes/cursor-neutral-theme/Makefile
index 8eb041ac0360..72ea0787a233 100644
--- a/x11-themes/cursor-neutral-theme/Makefile
+++ b/x11-themes/cursor-neutral-theme/Makefile
@@ -7,7 +7,7 @@
PORTNAME= cursor-neutral-theme
DISTVERSION= 1.13a
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= x11-themes
MASTER_SITES= http://www.gnome-look.org/CONTENT/content-files/
DISTNAME= 28310-neutral-${DISTVERSION}
@@ -16,7 +16,6 @@ MAINTAINER= farrokhi@FreeBSD.org
COMMENT= Extended Jaguar X cursor theme
NO_BUILD= yes
-USE_X_PREFIX= yes
WRKSRC= ${WRKDIR}/neutral
diff --git a/x11-wm/jwm/Makefile b/x11-wm/jwm/Makefile
index 3e33366f79c7..7772244d79d5 100644
--- a/x11-wm/jwm/Makefile
+++ b/x11-wm/jwm/Makefile
@@ -7,8 +7,9 @@
PORTNAME= jwm
PORTVERSION= 2.0.1
+PORTREVISION= 1
CATEGORIES= x11-wm
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
+MASTER_SITES= SF \
http://joewing.net/programs/
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -17,11 +18,9 @@ COMMENT= Joe's Window Manager
LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png
-USE_X_PREFIX= yes
-USE_XPM= yes
+USE_XORG= xpm
GNU_CONFIGURE= yes
USE_BZIP2= yes
-USE_GCC= 3.4+
CFLAGS+= -I${LOCALBASE}/include -I${X11BASE}/include
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib"