diff options
author | miwi <miwi@FreeBSD.org> | 2008-04-22 16:33:35 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-04-22 16:33:35 +0800 |
commit | bc75519afb6fe4ef5fe161be5d37d5b066589ddb (patch) | |
tree | f36fe9482e9002fe3ce3edc29c15ce13a8d7d876 | |
parent | 6cbf402af23fad406dede644d48bf44a4a78a793 (diff) | |
download | freebsd-ports-gnome-bc75519afb6fe4ef5fe161be5d37d5b066589ddb.tar.gz freebsd-ports-gnome-bc75519afb6fe4ef5fe161be5d37d5b066589ddb.tar.zst freebsd-ports-gnome-bc75519afb6fe4ef5fe161be5d37d5b066589ddb.zip |
- Fix build after xorg cleanup
Submitted by: pointyhat
-rw-r--r-- | games/xfrisk/Makefile | 3 | ||||
-rw-r--r-- | graphics/cinepaint/Makefile | 2 | ||||
-rw-r--r-- | multimedia/goggles/Makefile | 2 | ||||
-rw-r--r-- | x11-themes/clearlooks-themes/Makefile | 3 | ||||
-rw-r--r-- | x11/fast-user-switch-applet/Makefile | 4 |
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 |