[Midnightbsd-cvs] mports [19990] trunk/graphics/popplerkit/Makefile: fixup depends
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sun Aug 23 11:27:54 EDT 2015
Revision: 19990
http://svnweb.midnightbsd.org/mports/?rev=19990
Author: laffer1
Date: 2015-08-23 11:27:54 -0400 (Sun, 23 Aug 2015)
Log Message:
-----------
fixup depends
Modified Paths:
--------------
trunk/graphics/popplerkit/Makefile
Modified: trunk/graphics/popplerkit/Makefile
===================================================================
--- trunk/graphics/popplerkit/Makefile 2015-08-23 15:26:42 UTC (rev 19989)
+++ trunk/graphics/popplerkit/Makefile 2015-08-23 15:27:54 UTC (rev 19990)
@@ -1,14 +1,9 @@
-# New ports collection makefile for: popplerkit
-# Date created: 21 Jan 2006
-# Whom: dirk.meyer at dinoex.sub.org
-#
# $MidnightBSD$
# $FreeBSD: ports/graphics/popplerkit/Makefile,v 1.3 2007/01/31 18:18:02 dinoex Exp $
-#
PORTNAME= popplerkit
PORTVERSION= 1.0.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= graphics gnustep
MASTER_SITES= http://download.gna.org/etoile/
DISTNAME= etoile-0.4.1
@@ -15,16 +10,14 @@
MAINTAINER= ports at MidnightBSD.org
COMMENT= Framework that supports rendering of PDF content
+
LICENSE= gpl2
-LIB_DEPENDS= poppler:${PORTSDIR}/graphics/poppler
+LIB_DEPENDS= libpoppler.so:${PORTSDIR}/graphics/poppler
-USE_BZIP2= yes
-USE_GNUSTEP= yes
-USE_GNUSTEP_BACK= yes
-USE_GNUSTEP_BUILD= yes
-USE_GNUSTEP_INSTALL= yes
-USE_GNUSTEP_LDCONFIG= ${GNUSTEP_LOCAL_LIBRARIES}
+USES= tar:bzip2 gnustep
+USE_GNUSTEP= back build
+USE_LDCONFIG= ${GNUSTEP_LOCAL_LIBRARIES}
USE_GNOME= gnomeprefix gnomehack gtk20
WRKSRC= ${WRKDIR}/Etoile-0.4.1
More information about the Midnightbsd-cvs
mailing list