Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 6 Jan 2019 19:09:32 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r489521 - head/graphics/xzgv
Message-ID:  <201901061909.x06J9W9n042570@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201901061909.x06J9W9n042570>