aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2008-04-22 08:33:35 +0000
committerMartin Wilke <miwi@FreeBSD.org>2008-04-22 08:33:35 +0000
commit10414ccec54f02e844142ae753bb001382acde0d (patch)
treee2ed6fb9be83803f533de8c48004dd402b4ff052
parent3ccfa823130d1edc829470fad20c048de7c9bc36 (diff)
downloadports-10414ccec54f02e844142ae753bb001382acde0d.tar.gz
ports-10414ccec54f02e844142ae753bb001382acde0d.zip
- Fix build after xorg cleanup
Submitted by: pointyhat
Notes
Notes: svn path=/head/; revision=211751
-rw-r--r--games/xfrisk/Makefile3
-rw-r--r--graphics/cinepaint/Makefile2
-rw-r--r--multimedia/goggles/Makefile2
-rw-r--r--x11-themes/clearlooks-themes/Makefile3
-rw-r--r--x11/fast-user-switch-applet/Makefile4
5 files changed, 10 insertions, 4 deletions
diff --git a/games/xfrisk/Makefile b/games/xfrisk/Makefile
index 336a5a5c8885..96ca9f6278a9 100644
--- a/games/xfrisk/Makefile
+++ b/games/xfrisk/Makefile
@@ -7,7 +7,7 @@
PORTNAME= xfrisk
PORTVERSION= 1.2
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= games
MASTER_SITES= http://tuxick.net/xfrisk/files/
DISTNAME= XFrisk-${PORTVERSION}
@@ -23,6 +23,7 @@ NO_INSTALL_MANPAGES= yes
WRKSRC= ${WRKDIR}/XFrisk
USE_GMAKE= yes
+USE_XORG= x11 xt
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
diff --git a/graphics/cinepaint/Makefile b/graphics/cinepaint/Makefile
index 0b580144b3cf..d21d950d9bba 100644
--- a/graphics/cinepaint/Makefile
+++ b/graphics/cinepaint/Makefile
@@ -7,6 +7,7 @@
PORTNAME= cinepaint
PORTVERSION= 0.22
+PORTREVISION= 1
CATEGORIES= graphics
MASTER_SITES= SF
DISTNAME= ${PORTNAME}-${PORTVERSION}-1
@@ -25,6 +26,7 @@ USE_PYTHON= yes
USE_GNOME= gtk12
USE_GETTEXT= yes
USE_LDCONFIG= yes
+USE_XORG= xpm
MAN1= cinepaint.1 cinepainttool.1
diff --git a/multimedia/goggles/Makefile b/multimedia/goggles/Makefile
index d23bd7d5e7a7..be7eb33ec976 100644
--- a/multimedia/goggles/Makefile
+++ b/multimedia/goggles/Makefile
@@ -53,6 +53,8 @@ post-patch:
-e 's|^(MAKE=).*$$|\1${GMAKE}|' \
-e 's|function print_help|print_help|' \
${WRKSRC}/gb
+ @${REINPLACE_CMD} -e 's,/usr/X11R6,${LOCALBASE},g' \
+ ${WRKSRC}/build/xvdetect
do-configure:
# fix dvd device
diff --git a/x11-themes/clearlooks-themes/Makefile b/x11-themes/clearlooks-themes/Makefile
index cc5b418b8374..e748bf54b208 100644
--- a/x11-themes/clearlooks-themes/Makefile
+++ b/x11-themes/clearlooks-themes/Makefile
@@ -5,7 +5,8 @@
# $FreeBSD$
#
-PORTNAME= clearlooks-themes
+PORTNAME= clearlooks
+PKGNAMESUFFIX+= -themes
COMMENT= Clearlooks themes with the engine coming from gtk-engines2
diff --git a/x11/fast-user-switch-applet/Makefile b/x11/fast-user-switch-applet/Makefile
index 4a3790058257..e2e8aa143741 100644
--- a/x11/fast-user-switch-applet/Makefile
+++ b/x11/fast-user-switch-applet/Makefile
@@ -8,7 +8,7 @@
PORTNAME= fast-user-switch-applet
PORTVERSION= 2.22.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= x11 gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome2
@@ -16,7 +16,7 @@ DIST_SUBDIR= gnome2
MAINTAINER= gnome@FreeBSD.org
COMMENT= Fast user switching applet for GNOME
-USE_XORG= x11
+USE_XORG= x11 xmu xau ice
USE_BZIP2= yes
USE_GETTEXT= yes
USE_GMAKE= yes