svn commit: r397510 - head/devel/clanlib1

John Marino marino at FreeBSD.org
Mon Sep 21 15:48:21 UTC 2015


Author: marino
Date: Mon Sep 21 15:48:20 2015
New Revision: 397510
URL: https://svnweb.freebsd.org/changeset/ports/397510

Log:
  devel/clanlib1: Add USES=alias and pet portlint

Modified:
  head/devel/clanlib1/Makefile

Modified: head/devel/clanlib1/Makefile
==============================================================================
--- head/devel/clanlib1/Makefile	Mon Sep 21 15:43:16 2015	(r397509)
+++ head/devel/clanlib1/Makefile	Mon Sep 21 15:48:20 2015	(r397510)
@@ -6,8 +6,8 @@ PORTVERSION=	1.0.0
 PORTREVISION=	7
 CATEGORIES=	devel
 MASTER_SITES=	http://www.clanlib.org/download/releases-1.0/
-DISTNAME=	ClanLib-${PORTVERSION}
 PKGNAMESUFFIX=	1
+DISTNAME=	ClanLib-${PORTVERSION}
 
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Cross-platform game SDK
@@ -18,7 +18,7 @@ LIB_DEPENDS=	libpng.so:${PORTSDIR}/graph
 		libmikmod.so:${PORTSDIR}/audio/libmikmod \
 		libvorbis.so:${PORTSDIR}/audio/libvorbis
 
-USES=		gmake jpeg libtool pathfix pkgconfig tar:tgz
+USES=		alias gmake jpeg libtool pathfix pkgconfig tar:tgz
 USE_XORG=	x11 xi
 USE_LDCONFIG=	yes
 USE_SDL=	gfx


More information about the svn-ports-all mailing list