From 78454813e19c6cb54de5aeec4340d33c08b4e971 Mon Sep 17 00:00:00 2001 From: kwm Date: Thu, 25 Sep 2014 21:36:39 +0000 Subject: Sync with ports. https://lists.freebsd.org/pipermail/svn-ports-head/2014-September/073739.html ports commit r369260 git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@19910 df743ca5-7f9a-e211-a948-0013205c9059 --- games/gnome-chess/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'games') diff --git a/games/gnome-chess/Makefile b/games/gnome-chess/Makefile index c446e036b..fc4b83af4 100644 --- a/games/gnome-chess/Makefile +++ b/games/gnome-chess/Makefile @@ -14,15 +14,14 @@ COMMENT= Gnome chess BUILD_DEPENDS= vala:${PORTSDIR}/lang/vala \ itstool:${PORTSDIR}/textproc/itstool -USES= desktop-file-utils gettext gmake pathfix \ - pkgconfig tar:xz +USES= desktop-file-utils gettext gmake pkgconfig tar:xz USE_GNOME= gtk30 intlhack librsvg2 libxml2:build INSTALLS_ICONS= yes USE_XORG= x11 USE_GL= gl glu GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib +LIBS+= -L${LOCALBASE}/lib GLIB_SCHEMAS= org.gnome.gnome-chess.gschema.xml -- cgit