svn commit: r327532 - head/games/xboard

Baptiste Daroussin bapt at FreeBSD.org
Wed Sep 18 08:17:24 UTC 2013


Author: bapt
Date: Wed Sep 18 08:17:23 2013
New Revision: 327532
URL: http://svnweb.freebsd.org/changeset/ports/327532

Log:
  Do not overwrite USES

Modified:
  head/games/xboard/Makefile

Modified: head/games/xboard/Makefile
==============================================================================
--- head/games/xboard/Makefile	Wed Sep 18 08:14:52 2013	(r327531)
+++ head/games/xboard/Makefile	Wed Sep 18 08:17:23 2013	(r327532)
@@ -20,7 +20,7 @@ GNUCHESS_DESC=	Install GnuChess engine
 KNIGHTCAP_DESC=	Install KnightCap engine
 PHALANX_DESC=	Install phalanx engine
 
-USES=		desktop-file-utils pkgconfig shared-mime-info
+USES=		desktop-file-utils perl5 pkgconfig shared-mime-info
 USE_XORG=	xt xpm xaw
 USE_GNOME=	librsvg2
 GNU_CONFIGURE=	yes
@@ -29,7 +29,6 @@ CFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 MAN6=		xboard.6
 INFO=		xboard
-USES=		perl5
 USE_PERL5=	build
 INSTALLS_ICONS=	yes
 DATADIR=	${PREFIX}/share/games/${PORTNAME}


More information about the svn-ports-all mailing list