svn commit: r315384 - head/x11/gnome-libs

Koop Mast kwm at FreeBSD.org
Wed Mar 27 14:03:42 UTC 2013


Author: kwm
Date: Wed Mar 27 14:03:42 2013
New Revision: 315384
URL: http://svnweb.freebsd.org/changeset/ports/315384

Log:
  Fix plist issue of left over gnomehier.
  
  Submitted by:	pointyhat via miwi

Modified:
  head/x11/gnome-libs/Makefile

Modified: head/x11/gnome-libs/Makefile
==============================================================================
--- head/x11/gnome-libs/Makefile	Wed Mar 27 14:03:35 2013	(r315383)
+++ head/x11/gnome-libs/Makefile	Wed Mar 27 14:03:42 2013	(r315384)
@@ -1,9 +1,10 @@
 # Created by: Yukihiro Nakai <Nakai at technologist.com>
 # $FreeBSD$
 #   $MCom: ports/x11/gnome-libs/Makefile,v 1.7 2007/08/04 03:51:32 marcus Exp $
+
 PORTNAME=	gnome-libs
 PORTVERSION=	1.4.2
-PORTREVISION=	18
+PORTREVISION=	19
 CATEGORIES?=	x11 gnome
 MASTER_SITES=	GNOME
 DIST_SUBDIR=	gnome
@@ -20,7 +21,8 @@ USE_BZIP2=	yes
 USE_XORG=	xpm ice x11
 USE_PERL5=	yes
 USE_GMAKE=	yes
-USE_GNOME=	gnomehack gnomeprefix esound gtk12 imlib libxml orbit
+USES=		pathfix
+USE_GNOME=	gnomehier gnomeprefix esound gtk12 imlib libxml orbit
 USE_GETTEXT=	yes
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes


More information about the svn-ports-head mailing list