diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-03-23 11:11:33 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-03-23 11:11:33 +0000 |
commit | c4c8f4be4536497618de854065bf169361a7ad2b (patch) | |
tree | 965f82d89155ed89bcaf360c6ab2b1ed750b5314 /x11 | |
parent | 8e81e236966d75c66033bf5e81aaa65ece61e8d7 (diff) |
Notes
Diffstat (limited to 'x11')
-rw-r--r-- | x11/fireflies/Makefile | 3 | ||||
-rw-r--r-- | x11/rxvt-unicode/Makefile | 4 | ||||
-rw-r--r-- | x11/wmmsg/Makefile | 5 | ||||
-rw-r--r-- | x11/yalias/Makefile | 1 |
4 files changed, 5 insertions, 8 deletions
diff --git a/x11/fireflies/Makefile b/x11/fireflies/Makefile index f463be5d531e..0245b8b79ace 100644 --- a/x11/fireflies/Makefile +++ b/x11/fireflies/Makefile @@ -7,14 +7,13 @@ PORTNAME= fireflies PORTVERSION= 2.07 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= x11 MASTER_SITES= http://somewhere.fscked.org/fireflies/ MAINTAINER= umeno@rr.iij4u.or.jp COMMENT= Fireflies is a extention of xscreensaver -USE_XLIB= yes GNU_CONFIGURE= yes USE_GMAKE= yes USE_GL= yes diff --git a/x11/rxvt-unicode/Makefile b/x11/rxvt-unicode/Makefile index a8cd5847f552..6f21e23bdab7 100644 --- a/x11/rxvt-unicode/Makefile +++ b/x11/rxvt-unicode/Makefile @@ -7,6 +7,7 @@ PORTNAME= rxvt-unicode PORTVERSION= 9.02 +PORTREVISION= 1 CATEGORIES= x11 MASTER_SITES= http://dist.schmorp.de/rxvt-unicode/%SUBDIR%/ MASTER_SITE_SUBDIR= . Attic @@ -21,8 +22,7 @@ PATCH_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Encode/HanExtra.pm:${PORTSDIR}/chinese/ LIB_DEPENDS= Xft.2:${PORTSDIR}/x11-fonts/libXft BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkg-config -USE_X_PREFIX= yes -USE_XPM= yes +USE_XORG= xpm GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include" CONFIGURE_ARGS= --enable-shared --enable-everything --with-term=rxvt \ diff --git a/x11/wmmsg/Makefile b/x11/wmmsg/Makefile index 3c22e69dcbe1..b4dccba3c68d 100644 --- a/x11/wmmsg/Makefile +++ b/x11/wmmsg/Makefile @@ -7,7 +7,7 @@ PORTNAME= wmmsg PORTVERSION= 1.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= x11 windowmaker MASTER_SITES= http://mirror.israel.net/pub/FreeBSD/distfiles/ @@ -18,8 +18,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME} USE_GNOME= gtk12 USE_BZIP2= yes -USE_X_PREFIX= yes -USE_XPM= yes +USE_XORG= xpm USE_EFL= imlib2 GNU_CONFIGURE= yes diff --git a/x11/yalias/Makefile b/x11/yalias/Makefile index e7af4017482e..7d577e431af4 100644 --- a/x11/yalias/Makefile +++ b/x11/yalias/Makefile @@ -17,7 +17,6 @@ MAINTAINER= tdb@FreeBSD.org COMMENT= An enhanced execution box with regex pattern matching USE_GNOME= gtk20 -USE_XLIB= yes ALL_TARGET= yalias MAKE_ARGS= prefix=${PREFIX} YALIASDIR=${DATADIR} |