diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-02-05 13:45:39 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-02-05 13:45:39 +0000 |
commit | c57133fc365bbbda0130bdef7e2be2f6212c7b74 (patch) | |
tree | 9fd8f3d259351b0293c2c2251beccb8764555320 /print | |
parent | 58fb45f3dd6072a62c8853d31c25cee7e8140684 (diff) | |
download | freebsd-ports-c57133fc365bbbda0130bdef7e2be2f6212c7b74.zip |
- Stage support
Diffstat (limited to 'print')
-rw-r--r-- | print/freetype/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print/freetype/Makefile b/print/freetype/Makefile index b16f67d0f433..df19e610924b 100644 --- a/print/freetype/Makefile +++ b/print/freetype/Makefile @@ -15,13 +15,13 @@ MASTER_SITES= SF \ MAINTAINER= doceng@FreeBSD.org COMMENT= A free and portable TrueType font rendering engine +USES= desthack USE_AUTOTOOLS= libtool USE_LDCONFIG= yes CONFIGURE_ARGS= --disable-nls --enable-static --enable-shared PORTSCOUT= limit:^1\. -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|$${CONFIG_SHELL-/bin/sh} $$ac_aux_dir|$$ac_aux_dir|' \ ${WRKSRC}/configure |