[Midnightbsd-cvs] mports [21082] trunk/www/libgtkhtml/Makefile: modernize a bit

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Thu Mar 10 17:49:29 EST 2016


Revision: 21082
          http://svnweb.midnightbsd.org/mports/?rev=21082
Author:   laffer1
Date:     2016-03-10 17:49:28 -0500 (Thu, 10 Mar 2016)
Log Message:
-----------
modernize a bit

Modified Paths:
--------------
    trunk/www/libgtkhtml/Makefile

Modified: trunk/www/libgtkhtml/Makefile
===================================================================
--- trunk/www/libgtkhtml/Makefile	2016-03-10 22:36:45 UTC (rev 21081)
+++ trunk/www/libgtkhtml/Makefile	2016-03-10 22:49:28 UTC (rev 21082)
@@ -2,7 +2,7 @@
 
 PORTNAME=	libgtkhtml
 PORTVERSION=	2.11.1
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	www gnome
 MASTER_SITES=	GNOME
 DIST_SUBDIR=	gnome2
@@ -9,13 +9,12 @@
 
 MAINTAINER=	ports at MidnightBSD.org
 COMMENT=	Lightweight HTML rendering/printing/editing engine
+
 LICENSE=	lgpl
 
-USE_BZIP2=	yes
-USE_GMAKE=	yes
-USE_GNOME=	gnomeprefix gnomehack libxslt gnomevfs2 ltverhack
+USES=		tar:bzip2 gmake libtool
+USE_GNOME=	gnomeprefix libxslt gnomevfs2 
 USE_LDCONFIG=	yes
-USE_AUTOTOOLS=  libtool
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 



More information about the Midnightbsd-cvs mailing list