[Midnightbsd-cvs] mports [18187] trunk/devel/goffice04/Makefile: stop freak out of make

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Tue Mar 17 20:24:00 EDT 2015


Revision: 18187
          http://svnweb.midnightbsd.org/mports/?rev=18187
Author:   laffer1
Date:     2015-03-17 20:23:59 -0400 (Tue, 17 Mar 2015)
Log Message:
-----------
stop freak out of make

Modified Paths:
--------------
    trunk/devel/goffice04/Makefile

Modified: trunk/devel/goffice04/Makefile
===================================================================
--- trunk/devel/goffice04/Makefile	2015-03-18 00:23:24 UTC (rev 18186)
+++ trunk/devel/goffice04/Makefile	2015-03-18 00:23:59 UTC (rev 18187)
@@ -6,7 +6,7 @@
 
 PORTNAME=	goffice
 PORTVERSION=	0.4.3
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel gnome
 MASTER_SITES=	GNOME
 PKGNAMESUFFIX=	04
@@ -14,21 +14,16 @@
 
 MAINTAINER=	ports at MidnightBSD.org
 COMMENT=	GLib/GTK+ set of document centric objects and utilities
+
 LICENSE=	gpl2
 
-LIB_DEPENDS=	pcre.1:${PORTSDIR}/devel/pcre
+LIB_DEPENDS=	libpcre.so:${PORTSDIR}/devel/pcre
 
-NO_LATEST_LINK=	yes
-
-USE_BZIP2=	yes
-USE_GMAKE=	yes
-USE_GNOME=	gnomeprefix gnomehack intlhack libgnomeprint libglade2 \
-		libgsf_gnome libgnomeui ltverhack
-USE_GETTEXT=	yes
-USE_AUTOTOOLS=	libtool
+USES=		gettext gmake tar:bzip2 libtool
+USE_GNOME=	libgnomeprint libglade2 libgnomeui libgsf
 USE_LDCONFIG=	yes
-CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
-		LDFLAGS="-L${LOCALBASE}/lib"
+CPPFLAGS="-I${LOCALBASE}/include"
+LDFLAGS="-L${LOCALBASE}/lib"
 
 PLIST_SUB=	VERSION=${PORTVERSION}
 



More information about the Midnightbsd-cvs mailing list