From aebf2d0daee118826e1f126e652665f089b6b569 Mon Sep 17 00:00:00 2001 From: bapt Date: Fri, 30 Aug 2013 01:02:57 +0000 Subject: Convert archivers from USE_GMAKE to USES=gmake While here: - Trim headers - Convert some port to the new perl world - Convert some port from USE_GNOME=pkgconfig to USES=pkgconfig --- archivers/lzmalib/Makefile | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'archivers/lzmalib') diff --git a/archivers/lzmalib/Makefile b/archivers/lzmalib/Makefile index 22d34f9fdb62..d02ab101f8d4 100644 --- a/archivers/lzmalib/Makefile +++ b/archivers/lzmalib/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: lzmalib -# Date created: 2008-09-22 -# Whom: Martin Wilke -# +# Created by: Martin Wilke # $FreeBSD$ -# PORTNAME= lzmalib PORTVERSION= 0.0.1 @@ -13,8 +9,8 @@ MASTER_SITES= http://tokyocabinet.sourceforge.net/misc/ MAINTAINER= miwi@FreeBSD.org COMMENT= Thin wrapper library of LZMA +USES= gmake GNU_CONFIGURE= yes -USE_GMAKE= yes USE_LDCONFIG= yes .include -- cgit