svn commit: r345136 - head/graphics/rawstudio

Ruslan Makhmatkhanov rm at FreeBSD.org
Wed Feb 19 19:37:14 UTC 2014


Author: rm
Date: Wed Feb 19 19:37:13 2014
New Revision: 345136
URL: http://svnweb.freebsd.org/changeset/ports/345136
QAT: https://qat.redports.org/buildarchive/r345136/

Log:
  - replace gnomehack with pathfix while here

Modified:
  head/graphics/rawstudio/Makefile

Modified: head/graphics/rawstudio/Makefile
==============================================================================
--- head/graphics/rawstudio/Makefile	Wed Feb 19 19:29:49 2014	(r345135)
+++ head/graphics/rawstudio/Makefile	Wed Feb 19 19:37:13 2014	(r345136)
@@ -26,8 +26,8 @@ BUILD_DEPENDS=	${LOCALBASE}/include/fftw
 GNU_CONFIGURE=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
-USES=		desktop-file-utils gettext gmake pkgconfig
-USE_GNOME=	gtk20 libxml2 gconf2 gnomehack
+USES=		desktop-file-utils gettext gmake pathfix pkgconfig
+USE_GNOME=	gtk20 libxml2 gconf2
 USE_SQLITE=	3
 USE_LDCONFIG=	yes
 


More information about the svn-ports-all mailing list