diff options
author | Niclas Zeising <zeising@FreeBSD.org> | 2013-05-25 14:37:02 +0000 |
---|---|---|
committer | Niclas Zeising <zeising@FreeBSD.org> | 2013-05-25 14:37:02 +0000 |
commit | 92ea0d614b10bd99ce43a611721c7c4003cd79a5 (patch) | |
tree | cf13f962932aab3646f0af684b2923c4e0f0825b /games/spellathon | |
parent | ffbb85145227efbc987e5d09cab804f896bf37f5 (diff) | |
download | ports-92ea0d614b10bd99ce43a611721c7c4003cd79a5.tar.gz ports-92ea0d614b10bd99ce43a611721c7c4003cd79a5.zip |
Notes
Diffstat (limited to 'games/spellathon')
-rw-r--r-- | games/spellathon/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/games/spellathon/Makefile b/games/spellathon/Makefile index 3b8c885cbf61..a84e1ef4a8d7 100644 --- a/games/spellathon/Makefile +++ b/games/spellathon/Makefile @@ -17,14 +17,13 @@ LIB_DEPENDS= pthread-stubs:${PORTSDIR}/devel/libpthread-stubs \ png15:${PORTSDIR}/graphics/png \ freetype:${PORTSDIR}/print/freetype2 \ expat:${PORTSDIR}/textproc/expat2 \ - fontconfig:${PORTSDIR}/x11-fonts/fontconfig \ - xcb:${PORTSDIR}/x11/libxcb + fontconfig:${PORTSDIR}/x11-fonts/fontconfig CXXFLAGS+= -fPIC USES= gettext iconv USE_GNOME= glib20 USE_QT4= corelib gui moc_build qmake_build rcc_build uic_build -USE_XORG= ice sm x11 xau xdmcp xext xrender +USE_XORG= ice sm x11 xau xcb xdmcp xext xrender USE_LDCONFIG= yes MAKE_JOBS_SAFE= yes |