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 | |
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
-rw-r--r-- | databases/evolution-data-server/Makefile | 5 | ||||
-rw-r--r-- | databases/mdbtools/Makefile | 4 | ||||
-rw-r--r-- | deskutils/gnome-pim/Makefile | 4 | ||||
-rw-r--r-- | devel/libbonobo/Makefile | 6 | ||||
-rw-r--r-- | lang/vala/Makefile | 5 | ||||
-rw-r--r-- | mail/evolution/Makefile | 5 | ||||
-rw-r--r-- | math/gcalctool/Makefile | 5 | ||||
-rw-r--r-- | misc/terraform/Makefile | 4 | ||||
-rw-r--r-- | palm/gnome-pilot-conduits/Makefile | 4 | ||||
-rw-r--r-- | print/libgnomeprint/Makefile | 6 | ||||
-rw-r--r-- | print/lilypond/Makefile | 6 | ||||
-rw-r--r-- | textproc/scrollkeeper/Makefile | 6 | ||||
-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 | ||||
-rw-r--r-- | x11/gnome-desktop/Makefile | 6 | ||||
-rw-r--r-- | x11/gsynaptics/Makefile | 2 | ||||
-rw-r--r-- | x11/libgnome/Makefile | 6 |
19 files changed, 51 insertions, 47 deletions
diff --git a/databases/evolution-data-server/Makefile b/databases/evolution-data-server/Makefile index cd17f3494..e40330597 100644 --- a/databases/evolution-data-server/Makefile +++ b/databases/evolution-data-server/Makefile @@ -3,11 +3,12 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/databases/evolution-data-server/Makefile,v 1.127 2007/09/19 23:39:10 ahze Exp $ +# $MCom: ports/databases/evolution-data-server/Makefile,v 1.128 2007/10/15 14:48:24 ahze Exp $ # PORTNAME= evolution-data-server PORTVERSION= 1.12.1 +PORTREVISION= 1 CATEGORIES= databases gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} @@ -22,7 +23,7 @@ LIB_DEPENDS= soup-2.2.8:${PORTSDIR}/devel/libsoup \ USE_BZIP2= yes USE_GMAKE= yes -USE_BISON= yes +USE_BISON= build USE_GETTEXT= yes USE_XLIB= yes USE_GNOME= gnomeprefix gnomehack intlhack gnometarget libgnomeui \ diff --git a/databases/mdbtools/Makefile b/databases/mdbtools/Makefile index 7cdb80308..9fc04dc0f 100644 --- a/databases/mdbtools/Makefile +++ b/databases/mdbtools/Makefile @@ -7,7 +7,7 @@ PORTNAME= mdbtools PORTVERSION= 0.5 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= databases MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -19,7 +19,7 @@ COMMENT= Utilities and libraries to export data from MS Access databases (.mdb) BUILD_DEPENDS= gawk:${PORTSDIR}/lang/gawk USE_AUTOTOOLS= libtool:15 -USE_BISON= yes +USE_BISON= build USE_GNOME= glib20 WANT_GNOME= yes GNU_CONFIGURE= yes diff --git a/deskutils/gnome-pim/Makefile b/deskutils/gnome-pim/Makefile index 9f29a2471..49d5e6398 100644 --- a/deskutils/gnome-pim/Makefile +++ b/deskutils/gnome-pim/Makefile @@ -7,7 +7,7 @@ PORTNAME= gnome-pim PORTVERSION= 1.4.9 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= deskutils gnome MASTER_SITES= http://www.jroger.in-berlin.de/gnome-pim/ DIST_SUBDIR= gnome @@ -16,7 +16,7 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= Gnome pim package USE_X_PREFIX= yes -USE_BISON= yes +USE_BISON= build USE_GMAKE= yes USE_GNOME= gnomeprefix gnomehack gnomelibs libcapplet USE_GETTEXT= yes diff --git a/devel/libbonobo/Makefile b/devel/libbonobo/Makefile index a28dd3949..a25163bac 100644 --- a/devel/libbonobo/Makefile +++ b/devel/libbonobo/Makefile @@ -3,12 +3,12 @@ # Whom: Maxim Sobolev <sobomax@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/devel/libbonobo/Makefile,v 1.65 2007/09/17 14:45:35 ahze Exp $ +# $MCom: ports/devel/libbonobo/Makefile,v 1.66 2007/10/15 14:12:27 ahze Exp $ # PORTNAME= libbonobo PORTVERSION= 2.20.1 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} @@ -24,7 +24,7 @@ USE_BZIP2= yes LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt USE_GMAKE= yes -USE_BISON= yes +USE_BISON= build USE_GETTEXT= yes USE_LDCONFIG= yes GNU_CONFIGURE= yes diff --git a/lang/vala/Makefile b/lang/vala/Makefile index 20af1327b..6195ae033 100644 --- a/lang/vala/Makefile +++ b/lang/vala/Makefile @@ -3,11 +3,12 @@ # Whom: Michael Johnson <ahze@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/lang/vala/Makefile,v 1.7 2007/09/12 14:41:04 ahze Exp $ +# $MCom: ports/lang/vala/Makefile,v 1.8 2007/10/10 00:04:51 ahze Exp $ # PORTNAME= vala PORTVERSION= 0.1.4 +PORTREVISION= 1 CATEGORIES= lang gnome MASTER_SITES= GNOME @@ -22,7 +23,7 @@ USE_GNOME= glib20 gnomeprefix GNU_CONFIGURE= yes USE_GETTEXT= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}" LDFLAGS="-L${LOCALBASE}/lib" -USE_BISON= yes +USE_BISON= build MAN1= valac.1 USE_LDCONFIG= yes diff --git a/mail/evolution/Makefile b/mail/evolution/Makefile index 3597408b7..3617c3a95 100644 --- a/mail/evolution/Makefile +++ b/mail/evolution/Makefile @@ -3,11 +3,12 @@ # Whom: Ade Lovett <ade@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/mail/evolution/Makefile,v 1.151 2007/10/08 19:42:50 mezz Exp $ +# $MCom: ports/mail/evolution/Makefile,v 1.152 2007/10/15 20:54:45 mezz Exp $ # PORTNAME= evolution PORTVERSION= 2.12.1 +PORTREVISION= 1 CATEGORIES= mail gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} @@ -21,7 +22,7 @@ RUN_DEPENDS= ${LOCALBASE}/lib/gnome-spell/libgnome-spell-component-0.3.so:${PORT USE_BZIP2= yes USE_GMAKE= yes -USE_BISON= yes +USE_BISON= build USE_GETTEXT= yes USE_XLIB= yes USE_GNOME= gnomeprefix gnomehack intlhack evolutiondataserver \ diff --git a/math/gcalctool/Makefile b/math/gcalctool/Makefile index 446927d20..783039cd9 100644 --- a/math/gcalctool/Makefile +++ b/math/gcalctool/Makefile @@ -3,11 +3,12 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/math/gcalctool/Makefile,v 1.80 2007/10/02 17:28:34 mezz Exp $ +# $MCom: ports/math/gcalctool/Makefile,v 1.81 2007/10/15 17:27:41 mezz Exp $ # PORTNAME= gcalctool PORTVERSION= 5.20.2 +PORTREVISION= 1 PORTEPOCH= 2 CATEGORIES= math gnome MASTER_SITES= ${MASTER_SITE_GNOME} @@ -18,7 +19,7 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= A GNOME 2 calculator tool based on the old calctool for OpenWindows USE_BZIP2= yes -USE_BISON= yes +USE_BISON= build INSTALLS_OMF= yes USE_GETTEXT= yes USE_XLIB= yes diff --git a/misc/terraform/Makefile b/misc/terraform/Makefile index 3cd1b85fe..a7023a828 100644 --- a/misc/terraform/Makefile +++ b/misc/terraform/Makefile @@ -8,7 +8,7 @@ PORTNAME= terraform PORTVERSION= 0.9.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= misc gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -19,7 +19,7 @@ COMMENT= Interactive height field generation and manipulation program BUILD_DEPENDS= ${LOCALBASE}/lib/libtrio.a:${PORTSDIR}/devel/trio USE_X_PREFIX= yes -USE_BISON= yes +USE_BISON= build USE_GNOME= gnomeprefix gnomehack gnomeprint USE_GMAKE= yes GNU_CONFIGURE= yes diff --git a/palm/gnome-pilot-conduits/Makefile b/palm/gnome-pilot-conduits/Makefile index aab383fda..3db629cff 100644 --- a/palm/gnome-pilot-conduits/Makefile +++ b/palm/gnome-pilot-conduits/Makefile @@ -7,7 +7,7 @@ PORTNAME= gnome-pilot-conduits PORTVERSION= 2.0.15 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= palm comms gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.0 @@ -21,7 +21,7 @@ LIB_DEPENDS= gpilotd.3:${PORTSDIR}/palm/gnome-pilot USE_BZIP2= yes USE_GMAKE= yes USE_X_PREFIX= yes -USE_BISON= yes +USE_BISON= build USE_GNOME= gnomeprefix gnomehack libgnome USE_GETTEXT= yes GNU_CONFIGURE= yes diff --git a/print/libgnomeprint/Makefile b/print/libgnomeprint/Makefile index 17f637e27..ee83a4199 100644 --- a/print/libgnomeprint/Makefile +++ b/print/libgnomeprint/Makefile @@ -3,12 +3,12 @@ # Whom: Vanilla I. Shu <vanilla@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/print/libgnomeprint/Makefile,v 1.69 2007/08/08 16:32:37 mezz Exp $ +# $MCom: ports/print/libgnomeprint/Makefile,v 1.70 2007/09/17 15:10:34 ahze Exp $ # PORTNAME= libgnomeprint PORTVERSION= 2.18.2 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES= print gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} @@ -24,7 +24,7 @@ USE_BZIP2= yes LIB_DEPENDS= fontconfig.1:${PORTSDIR}/x11-fonts/fontconfig \ popt.0:${PORTSDIR}/devel/popt -USE_BISON= yes +USE_BISON= build USE_GMAKE= yes USE_GNOME= gnomeprefix intlhack gnomehack gnomehier glib20 pango libxml2 \ libartlgpl2 ltverhack diff --git a/print/lilypond/Makefile b/print/lilypond/Makefile index 9e816fe41..c0b1cc6c9 100644 --- a/print/lilypond/Makefile +++ b/print/lilypond/Makefile @@ -4,12 +4,12 @@ # based on print/lilypond originally by trevor # # $FreeBSD$ -# $Id: Makefile,v 1.1 2007-08-04 03:51:30 marcus Exp $ +# $Id: Makefile,v 1.2 2007-10-17 21:36:13 mezz Exp $ # PORTNAME= lilypond PORTVERSION= 2.2.2 -PORTREVISION= 2 +PORTREVISION= 4 CATEGORIES= print audio MASTER_SITES= http://download.linuxaudio.org/lilypond/sources/v${PORTVERSION:R}/:src \ http://distfiles.master.finkmirrors.net/:rpm @@ -34,7 +34,7 @@ INFO= lilypond lilypond-internals \ GNU_CONFIGURE= yes USE_GETTEXT= yes -USE_BISON= yes +USE_BISON= build USE_GMAKE= YES USE_PYTHON= YES MAKEFILE= GNUmakefile diff --git a/textproc/scrollkeeper/Makefile b/textproc/scrollkeeper/Makefile index 3b34c3100..cd6ad55cc 100644 --- a/textproc/scrollkeeper/Makefile +++ b/textproc/scrollkeeper/Makefile @@ -3,11 +3,11 @@ # Whom: Rene Hexel <rh@netbsd.org> # # $FreeBSD$ -# $MCom: ports/textproc/scrollkeeper/Makefile,v 1.10 2007/07/30 20:41:08 mezz Exp $ +# $MCom: ports/textproc/scrollkeeper/Makefile,v 1.11 2007/08/04 03:51:32 marcus Exp $ PORTNAME= scrollkeeper PORTVERSION= 0.3.14 -PORTREVISION= 9 +PORTREVISION= 10 PORTEPOCH= 1 CATEGORIES= textproc gnome MASTER_SITES= ${MASTER_SITE_GNOME} @@ -34,7 +34,7 @@ USE_BZIP2= yes USE_GETTEXT= yes USE_GMAKE= yes USE_AUTOTOOLS= libtool:15 -USE_BISON= yes +USE_BISON= build USE_GNOME= gnomehack gnomehier gnometarget libxslt intlhack USE_LDCONFIG= yes CONFIGURE_ARGS= --localstatedir=/var --datadir=${PREFIX}/share \ 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 diff --git a/x11/gnome-desktop/Makefile b/x11/gnome-desktop/Makefile index 9b35c7971..a6dc56dd3 100644 --- a/x11/gnome-desktop/Makefile +++ b/x11/gnome-desktop/Makefile @@ -3,12 +3,12 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/x11/gnome-desktop/Makefile,v 1.125 2007/09/21 17:44:07 marcus Exp $ +# $MCom: ports/x11/gnome-desktop/Makefile,v 1.126 2007/10/15 21:25:45 mezz Exp $ # PORTNAME= gnome-desktop PORTVERSION= 2.20.1 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES= x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/gnome-desktop/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} @@ -27,7 +27,7 @@ USE_GNOME= gnomeprefix gnomehack intlhack libgnomeui gnomedocutils \ GNOME_DESKTOP_VERSION=2 USE_GETTEXT= yes USE_GMAKE= yes -USE_BISON= yes +USE_BISON= build USE_XLIB= yes INSTALLS_OMF= yes USE_LDCONFIG= yes diff --git a/x11/gsynaptics/Makefile b/x11/gsynaptics/Makefile index 00d94eda8..cf15ba5c4 100644 --- a/x11/gsynaptics/Makefile +++ b/x11/gsynaptics/Makefile @@ -20,6 +20,7 @@ BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-X USE_GNOME= lthack intlhack intltool pkgconfig gtk20 libgnome libglade2 libgnomeui USE_ICONV= yes USE_GMAKE= yes +USE_PERL5= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS=-I${LOCALBASE}/include \ @@ -38,5 +39,4 @@ RUN_DEPENDS+= ${X11BASE}/lib/xorg/modules/input/synaptics_drv.so:${PORTSDIR}/x11 RUN_DEPENDS+= ${X11BASE}/lib/modules/input/synaptics_drv.o:${PORTSDIR}/x11-drivers/synaptics .endif - .include <bsd.port.post.mk> diff --git a/x11/libgnome/Makefile b/x11/libgnome/Makefile index 47fb262f5..a4f6e4c51 100644 --- a/x11/libgnome/Makefile +++ b/x11/libgnome/Makefile @@ -3,12 +3,12 @@ # Whom: Yukihiro Nakai <Nakai@technologist.com> # # $FreeBSD$ -# $MCom: ports/x11/libgnome/Makefile,v 1.108 2007/10/15 17:11:01 mezz Exp $ +# $MCom: ports/x11/libgnome/Makefile,v 1.109 2007/10/17 17:28:02 mezz Exp $ # PORTNAME= libgnome PORTVERSION= 2.20.1.1 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES= x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} @@ -29,7 +29,7 @@ USE_XPM= yes USE_GMAKE= yes USE_GNOME= gnomeprefix gnomehack intlhack esound \ gnomevfs2 libxslt ltverhack referencehack -USE_BISON= yes +USE_BISON= build USE_XLIB= yes USE_LDCONFIG= yes USE_AUTOTOOLS= libtool:15 |