diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2013-10-17 07:47:15 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2013-10-17 07:47:15 +0800 |
commit | 0dae45b5168d74af32c54f6dcd06848ddf3efbf6 (patch) | |
tree | 5f5db5277e6b82a490389429b3d9ef20ffbbd84f /graphics/ftgl | |
parent | 8b076acaaac9301c1528a2c2ec797546ee396c0a (diff) | |
download | freebsd-ports-gnome-0dae45b5168d74af32c54f6dcd06848ddf3efbf6.tar.gz freebsd-ports-gnome-0dae45b5168d74af32c54f6dcd06848ddf3efbf6.tar.zst freebsd-ports-gnome-0dae45b5168d74af32c54f6dcd06848ddf3efbf6.zip |
- Support staging
- Use new LIB_DEPENDS syntax
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 |