svn commit: r315697 - head/x11/gnome-applets

Koop Mast kwm at FreeBSD.org
Wed Apr 3 07:41:00 UTC 2013


Author: kwm
Date: Wed Apr  3 07:40:59 2013
New Revision: 315697
URL: http://svnweb.freebsd.org/changeset/ports/315697

Log:
  Fix package building. There is some interaction between HAVE_GNOME and WITH_GNOME
  that I don't really get. Adding back the WITH_GNOME part fixes the packages.
  Tested by pointyhat and miwi's tinderbox.
  
  Submitted by:	pointyhat (via miwi)
  Approved by:	portmgr (miwi)

Modified:
  head/x11/gnome-applets/Makefile

Modified: head/x11/gnome-applets/Makefile
==============================================================================
--- head/x11/gnome-applets/Makefile	Wed Apr  3 06:29:19 2013	(r315696)
+++ head/x11/gnome-applets/Makefile	Wed Apr  3 07:40:59 2013	(r315697)
@@ -60,6 +60,11 @@ PLIST_SUB+=	COMMANDER="" OLDCOMMANDER="@
 PLIST_SUB+=	COMMANDER="@comment " OLDCOMMANDER=""
 .endif
 
+.if defined(PACKAGE_BUILDING)
+.undef WITHOUT_GNOME 	 
+WITH_GNOME=	yes 	 
+.endif
+
 .include <bsd.port.pre.mk>
 
 .if ( exists(${pygnomedesktop_DETECT}) ) || \


More information about the svn-ports-head mailing list