diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-09-26 05:36:39 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-09-26 05:36:39 +0800 |
commit | 78454813e19c6cb54de5aeec4340d33c08b4e971 (patch) | |
tree | 65c4a8be5ec1c53e6e48100e9731af807b46394e /games | |
parent | 2e75b241b0d8ede208c9f76db114bf9ea299a12b (diff) | |
download | marcuscom-ports-78454813e19c6cb54de5aeec4340d33c08b4e971.tar.gz marcuscom-ports-78454813e19c6cb54de5aeec4340d33c08b4e971.tar.zst marcuscom-ports-78454813e19c6cb54de5aeec4340d33c08b4e971.zip |
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
Diffstat (limited to 'games')
-rw-r--r-- | games/gnome-chess/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
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 |