svn commit: r317603 - head/graphics/yagf

Boris Samorodov bsam at FreeBSD.org
Tue May 7 12:52:16 UTC 2013


Author: bsam
Date: Tue May  7 12:52:15 2013
New Revision: 317603
URL: http://svnweb.freebsd.org/changeset/ports/317603

Log:
  Add graphics/yagf.

Modified:
  head/graphics/yagf/Makefile

Modified: head/graphics/yagf/Makefile
==============================================================================
--- head/graphics/yagf/Makefile	Tue May  7 12:44:42 2013	(r317602)
+++ head/graphics/yagf/Makefile	Tue May  7 12:52:15 2013	(r317603)
@@ -21,19 +21,15 @@ TESSERACT_DESC=		Tesseract OCR engine
 
 OPTIONS_DEFAULT=	CUNEIFORM
 
-USES=		cmake pkgconfig
+USES=		cmake desktop-file-utils pkgconfig
 USE_LDCONFIG=	yes
 INSTALLS_ICONS=	yes
-USE_GNOME=	desktopfileutils
 USE_QT4=	corelib gui imageformats linguist_build \
 		moc_build qmake_build rcc_build uic_build
 
 CPPFLAGS+=	-I${LOCALBASE}/include
 CFLAGS+=	-I${LOCALBASE}/include
 
-post-install:
-	-update-desktop-database
-
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MCUNEIFORM}


More information about the svn-ports-all mailing list