diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-09-25 15:18:27 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-09-25 15:18:27 +0000 |
commit | a6d2f30533e141f8a5dc3d20b01d58339654c5cf (patch) | |
tree | c350c4abc20ce22bda0b7dba0636816742669bc8 /games/gnome-chess | |
parent | ac56971df4fe7c1fad64354371b6054246299b18 (diff) | |
download | ports-a6d2f30533e141f8a5dc3d20b01d58339654c5cf.tar.gz ports-a6d2f30533e141f8a5dc3d20b01d58339654c5cf.zip |
Notes
Diffstat (limited to 'games/gnome-chess')
-rw-r--r-- | games/gnome-chess/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/gnome-chess/Makefile b/games/gnome-chess/Makefile index c0d36085f74f..b099c6d78f11 100644 --- a/games/gnome-chess/Makefile +++ b/games/gnome-chess/Makefile @@ -16,14 +16,14 @@ BUILD_DEPENDS= crafty:${PORTSDIR}/games/crafty \ xmllint:${PORTSDIR}/textproc/libxml2 \ p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser -USES= gmake pathfix pkgconfig desktop-file-utils shared-mime-info tar:xz +USES= gmake pkgconfig desktop-file-utils shared-mime-info tar:xz USE_GL= gl glu -USE_GNOME= gtk30 librsvg2 +USE_GNOME= gtk30 intlhack librsvg2 INSTALLS_OMF= yes INSTALLS_ICONS= yes GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib +LIBS+= -L${LOCALBASE}/lib MAKE_ARGS= XML_I18N_UPDATE="${TRUE}" XML_I18N_EXTRACT="${TRUE}" DATADIR= ${PREFIX}/share/gnome-chess |