diff options
author | miwi <miwi@FreeBSD.org> | 2008-03-22 16:55:40 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-03-22 16:55:40 +0800 |
commit | 2dd61aca4b22d055ca2cba8fa904544f3f8cc39f (patch) | |
tree | 02cf3b0413400ead939cdfefbf254965eda87d68 /x11-toolkits | |
parent | 1f59d564b6d1f91f3f7effca1734e712238e0340 (diff) | |
download | freebsd-ports-gnome-2dd61aca4b22d055ca2cba8fa904544f3f8cc39f.tar.gz freebsd-ports-gnome-2dd61aca4b22d055ca2cba8fa904544f3f8cc39f.tar.zst freebsd-ports-gnome-2dd61aca4b22d055ca2cba8fa904544f3f8cc39f.zip |
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup)
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/irrlicht/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/p5-Tk/Makefile | 4 | ||||
-rw-r--r-- | x11-toolkits/paragui-devel/Makefile | 3 |
3 files changed, 4 insertions, 5 deletions
diff --git a/x11-toolkits/irrlicht/Makefile b/x11-toolkits/irrlicht/Makefile index 34cdfb50b271..380c32f42028 100644 --- a/x11-toolkits/irrlicht/Makefile +++ b/x11-toolkits/irrlicht/Makefile @@ -7,6 +7,7 @@ PORTNAME= irrlicht PORTVERSION= 1.4 +PORTREVISION= 1 CATEGORIES= x11-toolkits graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -21,7 +22,6 @@ USE_ZIP= yes USE_DOS2UNIX= Makefile *.cpp *.h *.txt USE_GMAKE= yes USE_GL= yes -USE_XLIB= yes USE_LDCONFIG= yes MAKE_ENV+= CXX="${CXX}" diff --git a/x11-toolkits/p5-Tk/Makefile b/x11-toolkits/p5-Tk/Makefile index 364de2e32268..5d7faa4d8af1 100644 --- a/x11-toolkits/p5-Tk/Makefile +++ b/x11-toolkits/p5-Tk/Makefile @@ -7,7 +7,7 @@ PORTNAME= Tk PORTVERSION= 804.027 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-toolkits tk84 perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Tk @@ -16,8 +16,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= yinjieh@csie.nctu.edu.tw COMMENT= A re-port of a perl5 interface to Tk8.4 -USE_XLIB= yes PERL_CONFIGURE= 5.8.0+ +USE_XORG= x11 CONFIGURE_ARGS= X11LIB=${X11BASE}/lib X11INC=${X11BASE}/include WRKSRC= ${WRKDIR}/${DISTNAME} diff --git a/x11-toolkits/paragui-devel/Makefile b/x11-toolkits/paragui-devel/Makefile index 6ced88762b68..9ca35c32c473 100644 --- a/x11-toolkits/paragui-devel/Makefile +++ b/x11-toolkits/paragui-devel/Makefile @@ -7,7 +7,7 @@ PORTNAME= paragui PORTVERSION= 1.1.8 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= x11-toolkits MASTER_SITES= ${MASTER_SITE_SAVANNAH} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -23,7 +23,6 @@ LIB_DEPENDS= physfs-1.0.1:${PORTSDIR}/devel/physfs \ CONFLICTS= paragui-[0-9]* -USE_X_PREFIX= yes USE_AUTOTOOLS= libtool:15 USE_SDL= sdl image ttf LIBTOOLFLAGS= --disable-ltlibs --release-ignore |