diff options
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gnome-applets/Makefile | 4 | ||||
-rw-r--r-- | x11/gnome-panel/Makefile | 2 | ||||
-rw-r--r-- | x11/gnomeapplets2/Makefile | 4 | ||||
-rw-r--r-- | x11/gnomepanel/Makefile | 2 | ||||
-rw-r--r-- | x11/yelp/Makefile | 4 |
5 files changed, 13 insertions, 3 deletions
diff --git a/x11/gnome-applets/Makefile b/x11/gnome-applets/Makefile index 8f55107cf..e38f3b8be 100644 --- a/x11/gnome-applets/Makefile +++ b/x11/gnome-applets/Makefile @@ -3,11 +3,12 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/x11/gnomeapplets2/Makefile,v 1.92 2005/09/05 21:09:48 marcus Exp $ +# $MCom: ports/x11/gnomeapplets2/Makefile,v 1.93 2005/10/04 04:57:48 marcus Exp $ # PORTNAME= gnomeapplets2 PORTVERSION= 2.12.1 +PORTREVISION= 1 CATEGORIES= x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/gnome-applets/2.12 @@ -28,6 +29,7 @@ USE_X_PREFIX= yes USE_GMAKE= yes GNOME_DESKTOP_VERSION=2 INSTALLS_OMF= yes +INSTALLS_ICONS= yes USE_GNOME= gnomeprefix gnomehack intlhack gnomepanel \ gail gnomedocutils USE_GSTREAMER= yes diff --git a/x11/gnome-panel/Makefile b/x11/gnome-panel/Makefile index c182ee210..88f3c5f6a 100644 --- a/x11/gnome-panel/Makefile +++ b/x11/gnome-panel/Makefile @@ -8,6 +8,7 @@ PORTNAME= gnomepanel PORTVERSION= 2.12.1 +PORTREVISION= 1 CATEGORIES= x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/gnome-panel/2.12 @@ -22,6 +23,7 @@ RUN_DEPENDS= gnome-menu-editor:${PORTSDIR}/deskutils/gnome-menu-editor USE_BZIP2= yes INSTALLS_OMF= yes INSTALLS_SHLIB= yes +INSTALLS_ICONS= yes USE_X_PREFIX= yes USE_REINPLACE= yes USE_GNOME= gnomeprefix gnomehack intlhack gnomedesktop \ diff --git a/x11/gnomeapplets2/Makefile b/x11/gnomeapplets2/Makefile index 8f55107cf..e38f3b8be 100644 --- a/x11/gnomeapplets2/Makefile +++ b/x11/gnomeapplets2/Makefile @@ -3,11 +3,12 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/x11/gnomeapplets2/Makefile,v 1.92 2005/09/05 21:09:48 marcus Exp $ +# $MCom: ports/x11/gnomeapplets2/Makefile,v 1.93 2005/10/04 04:57:48 marcus Exp $ # PORTNAME= gnomeapplets2 PORTVERSION= 2.12.1 +PORTREVISION= 1 CATEGORIES= x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/gnome-applets/2.12 @@ -28,6 +29,7 @@ USE_X_PREFIX= yes USE_GMAKE= yes GNOME_DESKTOP_VERSION=2 INSTALLS_OMF= yes +INSTALLS_ICONS= yes USE_GNOME= gnomeprefix gnomehack intlhack gnomepanel \ gail gnomedocutils USE_GSTREAMER= yes diff --git a/x11/gnomepanel/Makefile b/x11/gnomepanel/Makefile index c182ee210..88f3c5f6a 100644 --- a/x11/gnomepanel/Makefile +++ b/x11/gnomepanel/Makefile @@ -8,6 +8,7 @@ PORTNAME= gnomepanel PORTVERSION= 2.12.1 +PORTREVISION= 1 CATEGORIES= x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/gnome-panel/2.12 @@ -22,6 +23,7 @@ RUN_DEPENDS= gnome-menu-editor:${PORTSDIR}/deskutils/gnome-menu-editor USE_BZIP2= yes INSTALLS_OMF= yes INSTALLS_SHLIB= yes +INSTALLS_ICONS= yes USE_X_PREFIX= yes USE_REINPLACE= yes USE_GNOME= gnomeprefix gnomehack intlhack gnomedesktop \ diff --git a/x11/yelp/Makefile b/x11/yelp/Makefile index 03bc8f817..1f1cec3ee 100644 --- a/x11/yelp/Makefile +++ b/x11/yelp/Makefile @@ -3,11 +3,12 @@ # Whom: Maxim Sobolev <sobomax@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/x11/yelp/Makefile,v 1.60 2005/09/06 17:38:03 marcus Exp $ +# $MCom: ports/x11/yelp/Makefile,v 1.61 2005/09/17 21:39:23 marcus Exp $ # PORTNAME= yelp PORTVERSION= 2.12.1 +PORTREVISION= yes CATEGORIES= x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.12 @@ -45,6 +46,7 @@ USE_GMAKE= yes USE_REINPLACE= yes USE_GNOME= gnomeprefix gnomehack intlhack libgnomeui gnomedocutils USE_AUTOTOOLS= libtool:15 +INSTALLS_ICONS= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" CONFIGURE_ARGS= --with-mozilla=${MOZILLA} |