Date: Wed, 18 Sep 2013 08:17:23 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327532 - head/games/xboard Message-ID: <201309180817.r8I8HNfa047684@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309180817.r8I8HNfa047684>