svn commit: r489521 - head/graphics/xzgv

Tobias Kortkamp tobik at FreeBSD.org
Sun Jan 6 19:09:33 UTC 2019


Author: tobik
Date: Sun Jan  6 19:09:32 2019
New Revision: 489521
URL: https://svnweb.freebsd.org/changeset/ports/489521

Log:
  graphics/xzgv: Remove meaningless USE_IMLIB and simplify MASTER_SITES

Modified:
  head/graphics/xzgv/Makefile

Modified: head/graphics/xzgv/Makefile
==============================================================================
--- head/graphics/xzgv/Makefile	Sun Jan  6 18:57:47 2019	(r489520)
+++ head/graphics/xzgv/Makefile	Sun Jan  6 19:09:32 2019	(r489521)
@@ -4,7 +4,7 @@
 PORTNAME=	xzgv
 PORTVERSION=	0.9.2
 CATEGORIES=	graphics
-MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}/
+MASTER_SITES=	SF
 
 MAINTAINER=	m.ne at gmx.net
 COMMENT=	Image viewer with thumbnail-based file selector for X
@@ -19,7 +19,6 @@ LIB_DEPENDS=	libexif.so:graphics/libexif \
 
 USES=		gmake gnome pkgconfig
 USE_GNOME=	cairo gdkpixbuf2 gtk20
-USE_IMLIB=	yes
 USE_XORG=	x11
 
 LDFLAGS+=	-L${LOCALBASE}/lib -lX11 -lm


More information about the svn-ports-all mailing list