diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2013-12-23 02:46:49 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2013-12-23 02:46:49 +0000 |
commit | 4af0561b7c1206a69839eb1e85a57e04fffc633a (patch) | |
tree | dddf415256c35e22cdeee34bce264378507d68a5 /graphics/libwmf | |
parent | 8758205b01b7024ce535da9fbeda54db4ed1c123 (diff) | |
download | ports-4af0561b7c1206a69839eb1e85a57e04fffc633a.tar.gz ports-4af0561b7c1206a69839eb1e85a57e04fffc633a.zip |
Notes
Diffstat (limited to 'graphics/libwmf')
-rw-r--r-- | graphics/libwmf/Makefile | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/graphics/libwmf/Makefile b/graphics/libwmf/Makefile index ef1a185e0756..2fd3937c4449 100644 --- a/graphics/libwmf/Makefile +++ b/graphics/libwmf/Makefile @@ -13,9 +13,9 @@ COMMENT= Tools and library for converting Microsoft WMF (windows metafile) LICENSE= GPLv2 BUILD_DEPENDS= freetype-config:${PORTSDIR}/print/freetype2 -LIB_DEPENDS= jpeg:${PORTSDIR}/graphics/jpeg \ - png15:${PORTSDIR}/graphics/png \ - freetype:${PORTSDIR}/print/freetype2 +LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg \ + libpng.so:${PORTSDIR}/graphics/png \ + libfreetype.so:${PORTSDIR}/print/freetype2 USE_AUTOTOOLS= libtool USE_GNOME= libxml2 @@ -28,9 +28,8 @@ USE_LDCONFIG= yes PORTDOCS= * OPTIONS_DEFINE= X11 -OPTIONS_DEFAULT= X11 +OPTIONS_DEFAULT=X11 -NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MX11} @@ -55,10 +54,10 @@ post-patch: post-install: .if ${PORT_OPTIONS:MDOCS} - @${MKDIR} ${DOCSDIR} + @${MKDIR} ${STAGEDIR}${DOCSDIR} @${TAR} -C ${WRKSRC}/doc --exclude '*Makefile*' -cf - . | \ - ${TAR} -C ${DOCSDIR} --unlink -xf - - @${CHOWN} -R ${SHAREOWN}:${SHAREGROUP} ${DOCSDIR} + ${TAR} -C ${STAGEDIR}${DOCSDIR} --unlink -xf - + @${CHOWN} -R ${SHAREOWN}:${SHAREGROUP} ${STAGEDIR}${DOCSDIR} .endif .include <bsd.port.mk> |