diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2013-10-16 23:47:15 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2013-10-16 23:47:15 +0000 |
commit | 79b3f8102bb70c6c1749430bbe336f9aec0575ec (patch) | |
tree | 5f5db5277e6b82a490389429b3d9ef20ffbbd84f /graphics/ftgl | |
parent | a39d4339096bfc00499c6c51a84686f1672d84d4 (diff) | |
download | ports-79b3f8102bb70c6c1749430bbe336f9aec0575ec.tar.gz ports-79b3f8102bb70c6c1749430bbe336f9aec0575ec.zip |
Notes
Diffstat (limited to 'graphics/ftgl')
-rw-r--r-- | graphics/ftgl/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/graphics/ftgl/Makefile b/graphics/ftgl/Makefile index a1068df741e1..e5dca5e1e387 100644 --- a/graphics/ftgl/Makefile +++ b/graphics/ftgl/Makefile @@ -10,20 +10,18 @@ MASTER_SITES= SF/${PORTNAME}/FTGL%20Source/2.1.3%7Erc5 MAINTAINER= amdmi3@FreeBSD.org COMMENT= An OpenGL FreeType fonts rendering library -LIB_DEPENDS= freetype:${PORTSDIR}/print/freetype2 +LIB_DEPENDS= libfreetype.so:${PORTSDIR}/print/freetype2 -USE_GMAKE= yes -USE_GL= gl glu -USE_XORG= x11 xext xmu GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-gl-inc="${LOCALBASE}/include" \ --without-glut-inc -USES= pathfix +USES= pathfix gmake +USE_GL= gl glu +USE_XORG= x11 xext xmu USE_LDCONFIG= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION:S/-/~/} -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e '/SUBDIRS/ s|docs||; /SUBDIRS/ s|demo||' \ ${WRKSRC}/Makefile.in |