diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-18 16:17:23 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-18 16:17:23 +0800 |
commit | c208d88accca5f59de795244b5b1516013e42713 (patch) | |
tree | 70337cc062d80ae47757e927ef0b605b330e7c29 /games | |
parent | 0d38005ffa19818d04d529539127810394366e5a (diff) | |
download | freebsd-ports-graphics-c208d88accca5f59de795244b5b1516013e42713.tar.gz freebsd-ports-graphics-c208d88accca5f59de795244b5b1516013e42713.tar.zst freebsd-ports-graphics-c208d88accca5f59de795244b5b1516013e42713.zip |
Do not overwrite USES
Diffstat (limited to 'games')
-rw-r--r-- | games/xboard/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/games/xboard/Makefile b/games/xboard/Makefile index c1e4997d4af..10442ca4f20 100644 --- a/games/xboard/Makefile +++ b/games/xboard/Makefile @@ -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} |