diff options
Diffstat (limited to 'x11/gnome-desktop')
-rw-r--r-- | x11/gnome-desktop/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/x11/gnome-desktop/Makefile b/x11/gnome-desktop/Makefile index b047524fe..5cf12df3d 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.95 2006/05/23 14:06:06 ahze Exp $ +# $MCom: ports/x11/gnome-desktop/Makefile,v 1.96 2006/05/28 19:31:58 mezz Exp $ # PORTNAME= gnome-desktop PORTVERSION= 2.15.2 -PORTREVISION= 1 +PORTREVISION?= 1 CATEGORIES= x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/gnome-desktop/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} @@ -18,14 +18,9 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= Additional UI API for GNOME 2 USE_BZIP2= yes -PREFIX?= ${X11BASE} .if !defined(REFERENCE_PORT) -PORTREVISION= 1 - -USE_BZIP2= yes -USE_X_PREFIX= yes USE_XPM= yes USE_GNOME= gnomeprefix gnomehack intlhack libgnomeui gnomedocutils \ ltverhack referencehack @@ -33,6 +28,7 @@ GNOME_DESKTOP_VERSION=2 USE_GETTEXT= yes USE_GMAKE= yes USE_BISON= yes +USE_X_PREFIX= yes INSTALLS_OMF= yes INSTALLS_SHLIB= yes USE_AUTOTOOLS= libtool:15 |