diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-10-18 05:36:14 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-10-18 05:36:14 +0800 |
commit | 86d0328e5e43fbb308306e257cdc045bf3328175 (patch) | |
tree | 542dea2a281708ab7abf0281a9e015fb3fab2652 /x11-toolkits | |
parent | a749c4f1510c5bbc696beb84f3a354d9ed3cf0cc (diff) | |
download | marcuscom-ports-86d0328e5e43fbb308306e257cdc045bf3328175.tar marcuscom-ports-86d0328e5e43fbb308306e257cdc045bf3328175.tar.gz marcuscom-ports-86d0328e5e43fbb308306e257cdc045bf3328175.tar.bz2 marcuscom-ports-86d0328e5e43fbb308306e257cdc045bf3328175.tar.lz marcuscom-ports-86d0328e5e43fbb308306e257cdc045bf3328175.tar.xz marcuscom-ports-86d0328e5e43fbb308306e257cdc045bf3328175.tar.zst marcuscom-ports-86d0328e5e43fbb308306e257cdc045bf3328175.zip |
Sync w/ FreeBSD ports.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9835 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/libgnomeprintui/Makefile | 6 | ||||
-rw-r--r-- | x11-toolkits/libgnomeui/Makefile | 6 | ||||
-rw-r--r-- | x11-toolkits/libwnck/Makefile | 6 | ||||
-rw-r--r-- | x11-toolkits/vte/Makefile | 6 |
4 files changed, 12 insertions, 12 deletions
diff --git a/x11-toolkits/libgnomeprintui/Makefile b/x11-toolkits/libgnomeprintui/Makefile index a5b3dde89..35d3dbe57 100644 --- a/x11-toolkits/libgnomeprintui/Makefile +++ b/x11-toolkits/libgnomeprintui/Makefile @@ -3,12 +3,12 @@ # Whom: Maxim Sobolev <sobomax@FreBSD.org> # # $FreeBSD$ -# $MCom: ports/x11-toolkits/libgnomeprintui/Makefile,v 1.67 2007/05/19 21:36:33 marcus Exp $ +# $MCom: ports/x11-toolkits/libgnomeprintui/Makefile,v 1.68 2007/09/17 15:22:47 ahze Exp $ # PORTNAME= libgnomeprintui PORTVERSION= 2.18.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-toolkits gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} @@ -29,7 +29,7 @@ USE_GNOME= gnomeprefix gnomehack libgnomeprint libgnomecanvas \ USE_GETTEXT= yes USE_LDCONFIG= yes USE_AUTOTOOLS= libtool:15 -USE_BISON= yes +USE_BISON= build CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" diff --git a/x11-toolkits/libgnomeui/Makefile b/x11-toolkits/libgnomeui/Makefile index a4f6da43a..447d7fe5c 100644 --- a/x11-toolkits/libgnomeui/Makefile +++ b/x11-toolkits/libgnomeui/Makefile @@ -3,12 +3,12 @@ # Whom: Joe Marcus Clarke <marcus@FreBSD.org> # # $FreeBSD$ -# $MCom: ports/x11-toolkits/libgnomeui/Makefile,v 1.105 2007/09/19 15:04:12 ahze Exp $ +# $MCom: ports/x11-toolkits/libgnomeui/Makefile,v 1.106 2007/10/15 14:05:08 ahze Exp $ # PORTNAME= libgnomeui PORTVERSION= 2.20.1 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES= x11-toolkits gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} @@ -33,7 +33,7 @@ USE_GNOME= gnomeprefix gnomehack gnomehier libbonoboui ltverhack \ referencehack USE_LDCONFIG= yes USE_AUTOTOOLS= libtool:15 -USE_BISON= yes +USE_BISON= build CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" diff --git a/x11-toolkits/libwnck/Makefile b/x11-toolkits/libwnck/Makefile index c4d3dea40..26dd8d41c 100644 --- a/x11-toolkits/libwnck/Makefile +++ b/x11-toolkits/libwnck/Makefile @@ -3,12 +3,12 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/x11-toolkits/libwnck/Makefile,v 1.96 2007/09/17 20:35:53 ahze Exp $ +# $MCom: ports/x11-toolkits/libwnck/Makefile,v 1.97 2007/10/16 03:11:40 mezz Exp $ # PORTNAME= libwnck PORTVERSION= 2.20.1 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES= x11-toolkits gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} @@ -27,7 +27,7 @@ USE_GETTEXT= yes USE_XLIB= yes USE_GMAKE= yes USE_GNOME= gnomehack gtk20 ltverhack referencehack -USE_BISON= yes +USE_BISON= build USE_LDCONFIG= yes USE_AUTOTOOLS= libtool:15 CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc diff --git a/x11-toolkits/vte/Makefile b/x11-toolkits/vte/Makefile index 655e03bc1..94c3ce51e 100644 --- a/x11-toolkits/vte/Makefile +++ b/x11-toolkits/vte/Makefile @@ -3,12 +3,12 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/x11-toolkits/vte/Makefile,v 1.82 2007/07/31 19:07:00 marcus Exp $ +# $MCom: ports/x11-toolkits/vte/Makefile,v 1.83 2007/09/17 23:28:42 ahze Exp $ # PORTNAME= vte PORTVERSION= 0.16.9 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES= x11-toolkits gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} @@ -22,7 +22,7 @@ USE_BZIP2= yes .if !defined(REFERENCE_PORT) USE_GMAKE= yes -USE_BISON= yes +USE_BISON= build USE_XLIB= yes USE_LDCONFIG= yes USE_AUTOTOOLS= libtool:15 |