diff options
Diffstat (limited to 'devel')
-rw-r--r-- | devel/glib20/Makefile | 3 | ||||
-rw-r--r-- | devel/gnome-vfs/Makefile | 5 |
2 files changed, 4 insertions, 4 deletions
diff --git a/devel/glib20/Makefile b/devel/glib20/Makefile index a2e20f5aa..bf4784fc2 100644 --- a/devel/glib20/Makefile +++ b/devel/glib20/Makefile @@ -3,11 +3,12 @@ # Whom: Vanilla I. Shu <vanilla@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/devel/glib20/Makefile,v 1.78 2006/05/12 18:05:38 marcus Exp $ +# $MCom: ports/devel/glib20/Makefile,v 1.79 2006/05/15 20:21:27 ahze Exp $ # PORTNAME= glib PORTVERSION= 2.11.1 +PORTREVISION?= 0 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNOME:S,%SUBDIR%,sources/${PORTNAME}/2.11,} \ ftp://ftp.gtk.org/pub/gtk/v${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}/ \ diff --git a/devel/gnome-vfs/Makefile b/devel/gnome-vfs/Makefile index 43f0d7e47..d665cc8dd 100644 --- a/devel/gnome-vfs/Makefile +++ b/devel/gnome-vfs/Makefile @@ -3,7 +3,7 @@ # Whom: Ade Lovett <ade@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/devel/gnome-vfs/Makefile,v 1.140 2006/05/28 16:15:26 pav Exp $ +# $MCom: ports/devel/gnome-vfs/Makefile,v 1.141 2006/05/31 04:30:40 marcus Exp $ # PORTNAME= gnome-vfs @@ -19,7 +19,6 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= GNOME Virtual File System USE_BZIP2= yes -PREFIX?= ${X11BASE} .if !defined(REFERENCE_PORT) @@ -27,7 +26,7 @@ RUN_DEPENDS= ${LOCALBASE}/share/mime/magic:${PORTSDIR}/misc/shared-mime-info USE_GMAKE= yes USE_GETTEXT= yes -USE_XLIB= yes +USE_X_PREFIX= yes USE_GNOME= gnomeprefix gnomehack intlhack gnomemimedata gconf2 \ libbonobo ltverhack referencehack USE_AUTOTOOLS= libtool:15 |