[Midnightbsd-cvs] mports [20873] trunk/graphics/feh/Makefile: fix fetch

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Nov 15 16:13:34 EST 2015


Revision: 20873
          http://svnweb.midnightbsd.org/mports/?rev=20873
Author:   laffer1
Date:     2015-11-15 16:13:34 -0500 (Sun, 15 Nov 2015)
Log Message:
-----------
fix fetch

Modified Paths:
--------------
    trunk/graphics/feh/Makefile

Modified: trunk/graphics/feh/Makefile
===================================================================
--- trunk/graphics/feh/Makefile	2015-11-15 21:11:46 UTC (rev 20872)
+++ trunk/graphics/feh/Makefile	2015-11-15 21:13:34 UTC (rev 20873)
@@ -8,19 +8,17 @@
 MASTER_SITE_SUBDIR=	uqs
 
 MAINTAINER=	ports at MidnightBSD.org
-COMMENT=	An image viewer that utilizes Imlib2
+COMMENT=	Image viewer that utilizes Imlib2
+
 LICENSE=	mit
 
 LIB_DEPENDS=	curl.6:${PORTSDIR}/ftp/curl \
 		giblib.1:${PORTSDIR}/graphics/giblib
 
+USES=		gmake tar:bzip2
 USE_XORG=	x11 xt xinerama
 USE_PERL5_RUN=	yes
-USE_GMAKE=	yes
-USE_BZIP2=	yes
 
-MAN1=		feh.1 feh-cam.1 gen-cam-menu.1
-
 CPPFLAGS+=	-I${LOCALBASE}/include -std=c99
 LDFLAGS+=	-L${LOCALBASE}/lib
 MAKE_ENV+=	LDFLAGS="${LDFLAGS}"



More information about the Midnightbsd-cvs mailing list