diff options
-rw-r--r-- | graphics/quesoglc/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/quesoglc/Makefile b/graphics/quesoglc/Makefile index 3594cc7976df..9de1afd6261f 100644 --- a/graphics/quesoglc/Makefile +++ b/graphics/quesoglc/Makefile @@ -5,12 +5,11 @@ PORTNAME= quesoglc PORTVERSION= 0.7.2 PORTREVISION= 7 CATEGORIES= graphics -MASTER_SITES= SF/${PORTNAME}/QuesoGLC/${PORTVERSION} +MASTER_SITES= SF/${PORTNAME}/${PORTVERSION} MAINTAINER= amdmi3@FreeBSD.org COMMENT= Free implementation of the OpenGL Character Renderer -BROKEN= unfetchable LIB_DEPENDS= libfribidi.so:${PORTSDIR}/converters/fribidi \ libfreetype.so:${PORTSDIR}/print/freetype2 \ libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig |